tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
align_val_t.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_NEW_ALIGN_VAL_T_HPP
4#define TETL_NEW_ALIGN_VAL_T_HPP
5
7
8namespace etl {
9
14enum struct align_val_t : etl::size_t {
15};
16
17} // namespace etl
18
19#endif // TETL_NEW_ALIGN_VAL_T_HPP
Definition adjacent_find.hpp:8
align_val_t
Both new-expression and delete-expression, when used with objects whose alignment requirement is grea...
Definition align_val_t.hpp:14
TETL_BUILTIN_SIZET size_t
etl::size_t is the unsigned integer type of the result of the sizeof operator.
Definition size_t.hpp:14