proxygen
testing::internal::BuiltInDefaultValueGetter< T, kDefaultConstructible > Struct Template Reference

#include <gmock-actions.h>

Static Public Member Functions

static T Get ()
 
static T Get ()
 
static T Get ()
 

Detailed Description

template<typename T, bool kDefaultConstructible>
struct testing::internal::BuiltInDefaultValueGetter< T, kDefaultConstructible >

Definition at line 75 of file gmock-actions.h.

Member Function Documentation

template<typename T , bool kDefaultConstructible>
static T testing::internal::BuiltInDefaultValueGetter< T, kDefaultConstructible >::Get ( )
inlinestatic

Definition at line 76 of file gmock-actions.h.

References T.

Referenced by testing::internal::BuiltInDefaultValueGetter< T, false >::Get(), and testing::internal::BuiltInDefaultValue< T >::Get().

76 { return T(); }
#define T(v)
Definition: http_parser.c:233
template<typename T , bool kDefaultConstructible>
static T testing::internal::BuiltInDefaultValueGetter< T, kDefaultConstructible >::Get ( )
inlinestatic

Definition at line 76 of file gmock-actions.h.

References T.

76 { return T(); }
#define T(v)
Definition: http_parser.c:233
template<typename T , bool kDefaultConstructible>
static T testing::internal::BuiltInDefaultValueGetter< T, kDefaultConstructible >::Get ( )
inlinestatic

Definition at line 76 of file gmock-actions.h.

References T.

76 { return T(); }
#define T(v)
Definition: http_parser.c:233

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