My Project
Typedefs
bool_constant.hpp File Reference
#include "integral_constant.hpp"

Go to the source code of this file.

Typedefs

template<bool B>
using bsl::bool_constant = integral_constant< bool, B >
 provides the boolean version of an integral constant
 

Detailed Description