#include <gmock-actions.h>
|
template<typename Result , typename ArgumentTuple > |
static Result | Perform (const ArgumentTuple &) |
|
Definition at line 652 of file gmock-actions.h.
◆ Perform()
template<typename Result , typename ArgumentTuple >
static Result testing::internal::ReturnNullAction::Perform |
( |
const ArgumentTuple & | | ) |
|
|
inlinestatic |
Definition at line 658 of file gmock-actions.h.
658 {
659#if GTEST_LANG_CXX11
660 return nullptr;
661#else
663 ReturnNull_can_be_used_to_return_a_pointer_only);
664 return NULL;
665#endif
666 }
#define GTEST_COMPILE_ASSERT_(expr, msg)
The documentation for this class was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h