Electroneum
Loading...
Searching...
No Matches
testing::internal::BuiltInDefaultValueGetter< T, false > Struct Template Reference

#include <gmock-actions.h>

Static Public Member Functions

static T Get ()

Detailed Description

template<typename T>
struct testing::internal::BuiltInDefaultValueGetter< T, false >

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

Member Function Documentation

◆ Get()

template<typename T>
T testing::internal::BuiltInDefaultValueGetter< T, false >::Get ( )
inlinestatic

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

80 {
81 Assert(false, __FILE__, __LINE__,
82 "Default action undefined for the function return type.");
83 return internal::Invalid<T>();
84 // The above statement will never be reached, but is required in
85 // order for this function to compile.
86 }
void Assert(bool condition, const char *file, int line)
Here is the call graph for this function:

The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h