template <typename T>

class RefMatcher

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

Public Methods

void RefMatcher<T &> (T & x)

RefMatcher() takes a T

&

instead of const T

&

, as we want the

compiler to catch using Ref(const_value) as a matcher for a

non-const reference.

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

template <typename Super>
Matcher<Super &> operator testing::Matcher<type-parameter-1-0 &> ()

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

Records