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
using result_type = typename call_type::result_type
using arg = typename call_type::template arg<N + 1>

Public Static Attributes

static size_t arity