Typedef detail::bool_constant

Typedef Documentation

template<bool Value>
using detail::bool_constant = std::integral_constant<bool, Value>