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
// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4
#
ifndef
TETL_NEW_DESTROY_DELETE_HPP
5
#
define
TETL_NEW_DESTROY_DELETE_HPP
6
7
namespace
etl
{
8
9
/// \brief Tag type used to identify the destroying delete form of operator
10
/// delete.
11
struct
destroying_delete_t
{
12
explicit
destroying_delete_t
() =
default
;
13
};
14
15
/// \brief Tag type used to identify the destroying delete form of operator
16
/// delete.
17
inline
constexpr
auto
destroying_delete
=
destroying_delete_t
{
}
;
18
19
}
// namespace etl
20
21
#
endif
// TETL_NEW_DESTROY_DELETE_HPP
etl
Definition
adjacent_find.hpp:9
etl::destroying_delete
constexpr auto destroying_delete
Tag type used to identify the destroying delete form of operator delete.
Definition
destroying_delete.hpp:17
etl::destroying_delete_t
Tag type used to identify the destroying delete form of operator delete.
Definition
destroying_delete.hpp:11
etl::destroying_delete_t::destroying_delete_t
destroying_delete_t()=default
include
etl
_new
destroying_delete.hpp
Generated on Sun Sep 7 2025 19:15:15 for tetl by
1.9.8