Electroneum
testing::internal::TupleFields< Tuple, k0, -1, -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)> type
 

Static Public Member Functions

static type GetSelectedFields (const Tuple &t)
 

Detailed Description

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

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

Member Typedef Documentation

◆ type

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

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

Member Function Documentation

◆ GetSelectedFields()

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

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

102  {
103  return type(get<k0>(t));
104  }

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