bool_constant#

Fully qualified name: carb::cpp::bool_constant

Defined in carb/cpp/TypeTraits.h

template<bool B>
using carb::cpp::bool_constant = std::integral_constant<bool, B>#

An integral constant with bool type and value B.