Template Struct all_of

Inheritance Relationships

Base Type

  • public camp::is_same< list< t, num< Bs >... >, list< num< Bs >..., t > >

Template Parameter Order

  1. bool... Bs

Struct Documentation

template<bool... Bs>
struct all_of : public camp::is_same<list<t, num<Bs>...>, list<num<Bs>..., t>>

all_of metafunction of a value type list &#8212; all must be “true”