tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
destructible.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_CONCEPTS_DESTRUCTIBLE_HPP
4
#define TETL_CONCEPTS_DESTRUCTIBLE_HPP
5
6
#include <
etl/_type_traits/is_nothrow_destructible.hpp
>
7
8
namespace
etl
{
9
14
template
<
typename
T>
15
concept
destructible
=
etl::is_nothrow_destructible_v<T>
;
16
17
}
// namespace etl
18
19
#endif
// TETL_CONCEPTS_DESTRUCTIBLE_HPP
etl::destructible
The concept destructible specifies the concept of all types whose instances can safely be destroyed a...
Definition
destructible.hpp:15
is_nothrow_destructible.hpp
etl
Definition
adjacent_find.hpp:8
etl::is_nothrow_destructible_v
constexpr bool is_nothrow_destructible_v
Definition
is_nothrow_destructible.hpp:37
include
etl
_concepts
destructible.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0