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
// SPDX-FileCopyrightText: Copyright (C) 2021 Tobias Hienzsch
3
4
#
ifndef
TETL_SPAN_DYNAMIC_EXTENT_HPP
5
#
define
TETL_SPAN_DYNAMIC_EXTENT_HPP
6
7
#
include
<
etl
/
_cstddef
/
size_t
.
hpp
>
8
#
include
<
etl
/
_limits
/
numeric_limits
.
hpp
>
9
10
namespace
etl
{
11
12
/// \brief etl::dynamic_extent is a constant of type etl::size_t that is used
13
/// to differentiate etl::span of static and dynamic extent.
14
/// \ingroup span
15
inline
constexpr
auto
dynamic_extent
=
numeric_limits
<
etl
::
size_t
>
::
max
(
)
;
16
17
}
// namespace etl
18
19
#
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:15
etl
Definition
adjacent_find.hpp:9
etl::numeric_limits< unsigned long >::max
static constexpr auto max() noexcept -> unsigned long
Definition
numeric_limits.hpp:811
etl::numeric_limits
Definition
numeric_limits.hpp:18
include
etl
_span
dynamic_extent.hpp
Generated on Sun Sep 7 2025 19:15:16 for tetl by
1.9.8