Template Struct same_arguments

Inheritance Relationships

Base Type

  • public std::is_same< function_traits< FunctorAT >::arguments, function_traits< FunctorBT >::arguments >

Struct Documentation

template<typename FunctorAT, typename FunctorBT>
struct same_arguments : public std::is_same<function_traits<FunctorAT>::arguments, function_traits<FunctorBT>::arguments>