Xmipp  v3.23.11-Nereus
Static Public Member Functions | List of all members
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 195 of file gmock-actions.h.

Member Function Documentation

◆ Exists()

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

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

199 { return ::std::is_default_constructible<T>::value; }

◆ Get()

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

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

201  {
202  return BuiltInDefaultValueGetter<
203  T, ::std::is_default_constructible<T>::value>::Get();
204  }

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