tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
destroying_delete.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_NEW_DESTROY_DELETE_HPP
4#define TETL_NEW_DESTROY_DELETE_HPP
5
6namespace etl {
7
11 explicit destroying_delete_t() = default;
12};
13
16inline constexpr auto destroying_delete = destroying_delete_t{};
17
18} // namespace etl
19
20#endif // TETL_NEW_DESTROY_DELETE_HPP
Definition adjacent_find.hpp:8
constexpr auto destroying_delete
Tag type used to identify the destroying delete form of operator delete.
Definition destroying_delete.hpp:16
Tag type used to identify the destroying delete form of operator delete.
Definition destroying_delete.hpp:10