Alias for integral_constant<bool, t_VALUE>.
Synopsis
Declared in <bslmf_integralconstant.h>
template<bool t_VALUE>
using bool_constant = integral_constant<bool, t_VALUE>;
Created with MrDocs