template <typename U>
class Impl
Defined at line 961 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
Implements the Return(x) action for a mock function that returns type U.
Public Methods
void Impl<U> (R && input_value)
The constructor used when the return value is allowed to move from the
input value (i.e. we are converting to OnceAction).
Defined at line 965 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
void Impl<U> (const R & input_value)
The constructor used when the return value is not allowed to move from
the input value (i.e. we are converting to Action).
Defined at line 970 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
U operator() ()
Defined at line 972 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
U operator() ()
Defined at line 973 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h