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
7namespace etl {
8
9/// \brief Tag type used to identify the destroying delete form of operator
10/// delete.
12 explicit destroying_delete_t() = default;
13};
14
15/// \brief Tag type used to identify the destroying delete form of operator
16/// delete.
18
19} // namespace etl
20
21#endif // TETL_NEW_DESTROY_DELETE_HPP
Definition adjacent_find.hpp:9
constexpr auto destroying_delete
Tag type used to identify the destroying delete form of operator delete.
Definition destroying_delete.hpp:17
Tag type used to identify the destroying delete form of operator delete.
Definition destroying_delete.hpp:11