template <typename T, bool kDefaultConstructible>

struct BuiltInDefaultValueGetter

Defined at line 171 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h

BuiltInDefaultValueGetter

<T

, true>::Get() returns a

default-constructed T value. BuiltInDefaultValueGetter

<T

,

false>::Get() crashes with an error.

This primary template is used when kDefaultConstructible is true.

Public Methods

T Get ()

Defined at line 172 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h