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
6
namespace
etl
{
7
10
struct
destroying_delete_t
{
11
explicit
destroying_delete_t
() =
default
;
12
};
13
16
inline
constexpr
auto
destroying_delete
=
destroying_delete_t
{};
17
18
}
// namespace etl
19
20
#endif
// TETL_NEW_DESTROY_DELETE_HPP
etl
Definition
adjacent_find.hpp:8
etl::destroying_delete
constexpr auto destroying_delete
Tag type used to identify the destroying delete form of operator delete.
Definition
destroying_delete.hpp:16
etl::destroying_delete_t
Tag type used to identify the destroying delete form of operator delete.
Definition
destroying_delete.hpp:10
etl::destroying_delete_t::destroying_delete_t
destroying_delete_t()=default
include
etl
_new
destroying_delete.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0