tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
dynamic_extent.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_SPAN_DYNAMIC_EXTENT_HPP
4
#define TETL_SPAN_DYNAMIC_EXTENT_HPP
5
6
#include <
etl/_cstddef/size_t.hpp
>
7
#include <
etl/_limits/numeric_limits.hpp
>
8
9
namespace
etl
{
10
14
inline
constexpr
auto
dynamic_extent
=
numeric_limits<etl::size_t>::max
();
15
16
}
// namespace etl
17
18
#endif
// TETL_SPAN_DYNAMIC_EXTENT_HPP
etl::dynamic_extent
constexpr auto dynamic_extent
etl::dynamic_extent is a constant of type etl::size_t that is used to differentiate etl::span of stat...
Definition
dynamic_extent.hpp:14
etl
Definition
adjacent_find.hpp:8
numeric_limits.hpp
size_t.hpp
etl::numeric_limits::max
static constexpr auto max() noexcept
Definition
numeric_limits.hpp:21
include
etl
_span
dynamic_extent.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0