My Project
include
bsl
is_trivially_default_constructible.hpp
Go to the documentation of this file.
1
28
#ifndef BSL_IS_TRIVIALLY_DEFAULT_CONSTRUCTIBLE_HPP
29
#define BSL_IS_TRIVIALLY_DEFAULT_CONSTRUCTIBLE_HPP
30
31
#include "
bool_constant.hpp
"
32
#include "
is_trivially_constructible.hpp
"
33
34
namespace
bsl
35
{
47
template
<
typename
T>
48
class
is_trivially_default_constructible
final :
// --
49
public
bool_constant
<is_trivially_constructible<T>::value>
50
{};
51
}
52
53
#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
bsl::is_trivially_default_constructible
If the provided type is trivially default constructible, provides the member constant value equal to ...
Definition:
is_trivially_default_constructible.hpp:48
is_trivially_constructible.hpp
bool_constant.hpp
Generated by
1.8.15