class IsNanMatcher

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

Implements the polymorphic IsNan() matcher, which matches any floating type

value that is Nan.

Public Methods

template <typename FloatType>
bool MatchAndExplain (const FloatType & f, MatchResultListener * )

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

void DescribeTo (::std::ostream * os)

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

void DescribeNegationTo (::std::ostream * os)

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