Functions

  • template <typename T>
    decltype(get<0>(x)) First (T & x, Rank0 )

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

  • template <typename T>
    decltype((x.first)) First (T & x, Rank1 )

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

  • template <typename T>
    decltype(get<1>(x)) Second (T & x, Rank0 )

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

  • template <typename T>
    decltype((x.second)) Second (T & xRank1 )

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