Electroneum
testing::internal::TupleFields< Tuple, k0, k1, k2, k3, -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), GMOCK_FIELD_TYPE_(Tuple, k2), GMOCK_FIELD_TYPE_(Tuple, k3)> type
 

Static Public Member Functions

static type GetSelectedFields (const Tuple &t)
 

Detailed Description

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

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

Member Typedef Documentation

◆ type

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

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

Member Function Documentation

◆ GetSelectedFields()

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

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

133  {
134  return type(get<k0>(t), get<k1>(t), get<k2>(t), get<k3>(t));
135  }
::testing::tuple< GMOCK_FIELD_TYPE_(Tuple, k0), GMOCK_FIELD_TYPE_(Tuple, k1), GMOCK_FIELD_TYPE_(Tuple, k2), GMOCK_FIELD_TYPE_(Tuple, k3)> type

The documentation for this class was generated from the following file: