Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::BuiltInDefaultValue< T > Class Template Reference

#include <gmock-actions.h>

Static Public Member Functions

static bool Exists ()
 
static T Get ()
 

Detailed Description

template<typename T>
class testing::internal::BuiltInDefaultValue< T >

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

Member Function Documentation

◆ Exists()

template<typename T >
static bool testing::internal::BuiltInDefaultValue< T >::Exists ( )
inlinestatic

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

113 {
114 return false;
115 }
Here is the caller graph for this function:

◆ Get()

template<typename T >
static T testing::internal::BuiltInDefaultValue< T >::Get ( )
inlinestatic

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

Here is the call graph for this function:
Here is the caller graph for this function:

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