Public Types | |
using | parent_t = function_traits< decltype(&T::operator())> |
using | result_type = typename parent_t::result_type |
template<size_t i> | |
using | arg = typename parent_t::template arg< i > |
Static Public Attributes | |
static const size_t | arity = parent_t::arity |