Template Class PolymorphicAction::MonomorphicImpl

Nested Relationships

This class is a nested type of Template Class PolymorphicAction.

Inheritance Relationships

Base Type

Class Documentation

template<typename F>
class MonomorphicImpl : public testing::ActionInterface<F>

Public Types

typedef internal::Function<F>::Result Result
typedef internal::Function<F>::ArgumentTuple ArgumentTuple

Public Functions

inline explicit MonomorphicImpl(const Impl &impl)
inline Result Perform(const ArgumentTuple &args) override