Struct Action::ActionAdapter

Nested Relationships

This struct is a nested type of Template Class Action.

Struct Documentation

struct ActionAdapter

Public Functions

template<typename ...Args>
inline internal::Function<F>::Result operator()(Args&&... args)

Public Members

::std::shared_ptr<ActionInterface<F>> impl_