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

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, false>

Public Types

using result_type = typename call_type::result_type
using arg = typename call_type::template arg<N + 1>

Public Static Attributes

static size_t arity