tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_nothrow_default_constructible.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_TYPE_TRAITS_IS_NOTHROW_DEFAULT_CONSTRUCTIBLE_HPP
4
#define TETL_TYPE_TRAITS_IS_NOTHROW_DEFAULT_CONSTRUCTIBLE_HPP
5
6
#include <
etl/_type_traits/bool_constant.hpp
>
7
#include <
etl/_type_traits/is_nothrow_constructible.hpp
>
8
9
namespace
etl
{
10
22
template
<
typename
T>
23
struct
is_nothrow_default_constructible
:
is_nothrow_constructible
<T> { };
24
25
template
<
typename
T>
26
inline
constexpr
bool
is_nothrow_default_constructible_v
=
is_nothrow_default_constructible<T>::value
;
27
28
}
// namespace etl
29
30
#endif
// TETL_TYPE_TRAITS_IS_NOTHROW_DEFAULT_CONSTRUCTIBLE_HPP
bool_constant.hpp
is_nothrow_constructible.hpp
etl
Definition
adjacent_find.hpp:8
etl::is_nothrow_default_constructible_v
constexpr bool is_nothrow_default_constructible_v
Definition
is_nothrow_default_constructible.hpp:26
etl::is_nothrow_constructible
The variable definition does not call any operation that is not trivial. For the purposes of this che...
Definition
is_nothrow_constructible.hpp:47
etl::is_nothrow_default_constructible
If etl::is_nothrow_constructible<T>::value is true, provides the member constant value equal to true,...
Definition
is_nothrow_default_constructible.hpp:23
include
etl
_type_traits
is_nothrow_default_constructible.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0