template <typename FloatType>
class FloatingEq2Matcher
Defined at line 1860 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
A 2-tuple ("binary") wrapper around FloatingEqMatcher:
FloatingEq2Matcher() matches (x, y) by matching FloatingEqMatcher(x, false)
against y, and FloatingEq2Matcher(e) matches FloatingEqMatcher(x, false, e)
against y. The former implements "Eq", the latter "Near". At present, there
is no version that compares NaNs as equal.
Public Methods
void FloatingEq2Matcher<FloatType> ()
Defined at line 1862 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void FloatingEq2Matcher<FloatType> (bool nan_eq_nan)
Defined at line 1864 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void FloatingEq2Matcher<FloatType> (FloatType max_abs_error)
Defined at line 1866 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void FloatingEq2Matcher<FloatType> (FloatType max_abs_error, bool nan_eq_nan)
Defined at line 1870 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
template <typename T1, typename T2>
Matcher< ::std::tuple<T1, T2>> operator testing::Matcher<std::tuple<type-parameter-1-0, type-parameter-1-1> > ()
Defined at line 1875 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
template <typename T1, typename T2>
Matcher<const ::std::tuple<T1, T2> &> operator testing::Matcher<const std::tuple<type-parameter-1-0, type-parameter-1-1> &> ()
Defined at line 1880 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h