Template Struct conjunction< B1, Bn… >

Inheritance Relationships

Base Type

  • public std::conditional_t< bool(B1::value), conjunction< Bn... >, B1 >

Struct Documentation

template<class B1, class ...Bn>
struct conjunction<B1, Bn...> : public std::conditional_t<bool(B1::value), conjunction<Bn...>, B1>