proxygen
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< typename::testing::tuple_element< k0, Tuple >::typetype
 
typedef ::testing::tuple< typename::testing::tuple_element< k0, Tuple >::typetype
 
typedef ::testing::tuple< typename::testing::tuple_element< k0, Tuple >::typetype
 

Static Public Member Functions

static type GetSelectedFields (const Tuple &t)
 
static type GetSelectedFields (const Tuple &t)
 
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

template<class Tuple , int k0>
typedef ::testing::tuple<typename ::testing::tuple_element< k0 , Tuple >::type> 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.

template<class Tuple , int k0>
typedef ::testing::tuple<typename ::testing::tuple_element< k0 , Tuple >::type> 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.

template<class Tuple , int k0>
typedef ::testing::tuple<typename ::testing::tuple_element< k0 , Tuple >::type> 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

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  }
::testing::tuple< typename::testing::tuple_element< k0, Tuple >::type > type
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.

References GMOCK_FIELD_TYPE_.

102  {
103  return type(get<k0>(t));
104  }
::testing::tuple< typename::testing::tuple_element< k0, Tuple >::type > type
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.

References GMOCK_FIELD_TYPE_.

102  {
103  return type(get<k0>(t));
104  }
::testing::tuple< typename::testing::tuple_element< k0, Tuple >::type > type

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