template <typename Struct, size_t... I>
class FieldsAreMatcherImpl
Defined at line 3453 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Public Methods
template <typename Inner>
void FieldsAreMatcherImpl<Struct, std::index_sequence<I...> > (const Inner & matchers)
Defined at line 3463 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Defined at line 3468 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 3475 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool MatchAndExplain (Struct t, MatchResultListener * listener)
Defined at line 3482 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h