My Project
include
bsl
true_type.hpp
Go to the documentation of this file.
1
28
#ifndef BSL_TRUE_TYPE_HPP
29
#define BSL_TRUE_TYPE_HPP
30
31
#include "
bool_constant.hpp
"
32
33
namespace
bsl
34
{
36
using
true_type
=
bool_constant<true>
;
37
39
template
<
typename
>
40
using
true_type_for
=
true_type
;
41
}
42
43
#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
bool_constant.hpp
Generated by
1.8.15