My Project
include
bsl
bool_constant.hpp
Go to the documentation of this file.
1
28
#ifndef BSL_BOOL_CONSTANT_HPP
29
#define BSL_BOOL_CONSTANT_HPP
30
31
#include "
integral_constant.hpp
"
32
33
namespace
bsl
34
{
36
template
<
bool
B>
37
using
bool_constant
=
integral_constant<bool, B>
;
38
}
39
40
#endif
bsl::integral_constant
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition:
integral_constant.hpp:45
integral_constant.hpp
Generated by
1.8.15