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
7
8namespace etl {
9
14template <typename T>
16
17} // namespace etl
18
19#endif // TETL_CONCEPTS_DESTRUCTIBLE_HPP
The concept destructible specifies the concept of all types whose instances can safely be destroyed a...
Definition destructible.hpp:15
Definition adjacent_find.hpp:8
constexpr bool is_nothrow_destructible_v
Definition is_nothrow_destructible.hpp:37