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
6namespace etl {
7
11 explicit allocator_arg_t() = default;
12};
13
17inline constexpr allocator_arg_t allocator_arg{};
18
19} // namespace etl
20
21#endif // TETL_MEMORY_ALLOCATOR_ARG_T_HPP
Definition adjacent_find.hpp:8
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
allocator_arg_t is an empty class type used to disambiguate the overloads of constructors and member ...
Definition allocator_arg_t.hpp:10
allocator_arg_t()=default