template <typename T>

class AnyCastMatcher

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

Implements a matcher that any_casts the value.

Public Methods

void AnyCastMatcher<T> (const ::testing::Matcher<const T &> & matcher)

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

template <typename AnyType>
bool MatchAndExplain (const AnyType & value, ::testing::MatchResultListener * listener)

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

void DescribeTo (std::ostream * os)

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

void DescribeNegationTo (std::ostream * os)

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