template <typename T>

class ReturnRoundRobinAction

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

Implements the polymorphic ReturnRoundRobin(v) action, which can be

used in any function that returns the element_type of v.

Public Methods

void ReturnRoundRobinAction<T> (std::vector<T> values)

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

template <typename... Args>
T operator() (Args &&... )

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