Template Struct IsAProtocolMessage
Defined in File gtest-internal.h
Inheritance Relationships
Base Type
public bool_constant< std::is_convertible< const T *, const ::proto2::Message * >::value >
Struct Documentation
-
template<typename T>
struct IsAProtocolMessage : public bool_constant<std::is_convertible<const T*, const ::proto2::Message*>::value>