Template Struct callback_first_arg

Struct Documentation

template<typename Func>
struct callback_first_arg

Public Types

using type = typename std::decay<typename function_traits<Func>::template arg<0>>::type