Template Struct function_wrapper< R(*)(Args…)>::arg

Nested Relationships

This struct is a nested type of Template Struct function_wrapper< R(*)(Args…) >.

Struct Documentation

template<size_t i>
struct arg

Public Types

typedef std::tuple_element<i, std::tuple<Args...>>::type type