template <typename M>

class PredicateFormatterFromMatcher

Defined at line 1636 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

For implementing ASSERT_THAT() and EXPECT_THAT(). The template

argument M must be a type that can be converted to a matcher.

Public Methods

void PredicateFormatterFromMatcher<M> (M m)

Defined at line 1638 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

template <typename T>
AssertionResult operator() (const char * value_text, const T & x)

This template () operator allows a PredicateFormatterFromMatcher

object to act as a predicate-formatter suitable for using with

Google Test's EXPECT_PRED_FORMAT1() macro.

Defined at line 1644 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h