My Project
include
bsl
is_union.hpp
Go to the documentation of this file.
1
28
#ifndef BSL_IS_UNION_HPP
29
#define BSL_IS_UNION_HPP
30
31
#include "
bool_constant.hpp
"
32
33
namespace
bsl
34
{
51
template
<
typename
T>
52
class
is_union
final :
// --
53
public
bool_constant
<__is_union(T)>
54
{};
55
}
56
57
#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
bsl::is_union
If the provided type is a union type, provides the member constant value equal to true....
Definition:
is_union.hpp:52
Generated by
1.8.15