Template Struct FunctionTraits< R(Args…)>::arg_impl< N, true >

Nested Relationships

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

Struct Documentation

template<>
template<size_t N>
struct arg_impl<N, true>

Public Types

using type = typename std::tuple_element<N, std::tuple<Args...>>::type