Template Struct dispatch_set::same_arity

Nested Relationships

This struct is a nested type of Template Struct dispatch_set.

Inheritance Relationships

Base Type

  • public std::bool_constant< detail::sequence_size< S >::value==tuple_arity >

Struct Documentation

template<typename S>
struct same_arity : public std::bool_constant<detail::sequence_size<S>::value == tuple_arity>