tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
allocator_arg_t.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_MEMORY_ALLOCATOR_ARG_T_HPP
4
#define TETL_MEMORY_ALLOCATOR_ARG_T_HPP
5
6
namespace
etl
{
7
10
struct
allocator_arg_t
{
11
explicit
allocator_arg_t
() =
default
;
12
};
13
17
inline
constexpr
allocator_arg_t
allocator_arg
{};
18
19
}
// namespace etl
20
21
#endif
// TETL_MEMORY_ALLOCATOR_ARG_T_HPP
etl
Definition
adjacent_find.hpp:8
etl::allocator_arg
constexpr allocator_arg_t allocator_arg
allocator_arg is a constant of type allocator_arg_t used to disambiguate, at call site,...
Definition
allocator_arg_t.hpp:17
etl::allocator_arg_t
allocator_arg_t is an empty class type used to disambiguate the overloads of constructors and member ...
Definition
allocator_arg_t.hpp:10
etl::allocator_arg_t::allocator_arg_t
allocator_arg_t()=default
include
etl
_memory
allocator_arg_t.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0