template <typename Callable, typename InnerMatcher>
class ResultOfMatcher
Defined at line 2276 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Implements the ResultOf() matcher for matching a return value of a
unary function of an object.
Public Methods
void ResultOfMatcher<Callable, InnerMatcher> (Callable callable, InnerMatcher matcher)
Defined at line 2278 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void ResultOfMatcher<Callable, InnerMatcher> (const std::string & result_description, Callable callable, InnerMatcher matcher)
Defined at line 2282 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
template <typename T>
Matcher<T> operator testing::Matcher<type-parameter-1-0> ()
Defined at line 2291 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h