Typedef Aux::boolToType

Typedef Documentation

template<bool B>
using Aux::boolToType = std::integral_constant<bool, B>

Returns the corresponding std::integral_constant<bool, B> to a boolean value B.