Electroneum
Loading...
Searching...
No Matches
testing::internal::TupleFields< Tuple, k0, k1, -1, -1, -1, -1, -1, -1, -1, -1 > Class Template Reference

#include <gmock-generated-matchers.h>

Public Types

typedef ::testing::tuple< GMOCK_FIELD_TYPE_(Tuple, k0), GMOCK_FIELD_TYPE_(Tuple, k1)> type

Static Public Member Functions

static type GetSelectedFields (const Tuple &t)

Detailed Description

template<class Tuple, int k0, int k1>
class testing::internal::TupleFields< Tuple, k0, k1, -1, -1, -1, -1, -1, -1, -1, -1 >

Definition at line 108 of file gmock-generated-matchers.h.

Member Typedef Documentation

◆ type

template<class Tuple, int k0, int k1>
typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0), GMOCK_FIELD_TYPE_(Tuple, k1)> testing::internal::TupleFields< Tuple, k0, k1, -1, -1, -1, -1, -1, -1, -1, -1 >::type

Definition at line 111 of file gmock-generated-matchers.h.

Member Function Documentation

◆ GetSelectedFields()

template<class Tuple, int k0, int k1>
type testing::internal::TupleFields< Tuple, k0, k1, -1, -1, -1, -1, -1, -1, -1, -1 >::GetSelectedFields ( const Tuple & t)
inlinestatic

Definition at line 112 of file gmock-generated-matchers.h.

112 {
113 return type(get<k0>(t), get<k1>(t));
114 }
::testing::tuple< GMOCK_FIELD_TYPE_(Tuple, k0), GMOCK_FIELD_TYPE_(Tuple, k1)> type
Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h