Typedef mpark::lib::bool_constant

Typedef Documentation

template<bool B>
using mpark::lib::bool_constant = std::integral_constant<bool, B>