Template Struct arity_comparator

Inheritance Relationships

Base Type

  • public std::integral_constant< bool,(Arity==function_traits< FunctorT >::arity)>

Struct Documentation

template<std::size_t Arity, typename FunctorT>
struct arity_comparator : public std::integral_constant<bool, (Arity == function_traits<FunctorT>::arity)>