template <typename T>
struct ByMoveWrapper
Defined at line 925 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
Helper struct to specialize ReturnAction to execute a move instead of a copy
on return. Useful for move-only types, but could be used on any type.
Public Members
T payload
Public Methods
void ByMoveWrapper<T> (T value)
Defined at line 926 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h