Template Class PolymorphicAction::MonomorphicImpl
Defined in File gmock-actions.h
Nested Relationships
This class is a nested type of Template Class PolymorphicAction.
Inheritance Relationships
Base Type
public testing::ActionInterface< F >(Template Class ActionInterface)
Class Documentation
-
template<typename F>
class MonomorphicImpl : public testing::ActionInterface<F> Public Types
Public Functions
-
inline explicit MonomorphicImpl(const Impl &impl)
-
inline Result Perform(const ArgumentTuple &args) override
-
inline explicit MonomorphicImpl(const Impl &impl)