template <size_t N, typename A, typename = void>
struct SetArgumentPointeeAction
Defined at line 1312 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
Implements the SetArgumentPointee
<N
>(x) action for any function
whose N-th argument (0-based) is a pointer to x's type.
Public Members
A value
Public Methods
template <typename... Args>
void operator() (const Args &... args)
Defined at line 1316 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h