Template Struct any_of

Inheritance Relationships

Base Type

Template Parameter Order

  1. bool... Bs

Struct Documentation

template<bool... Bs>
struct any_of : public camp::concepts::metalib::negate_t<none_of<Bs...>>

any_of metafunction of a value type list &#8212; at least one must be “true””