tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
c_array.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
// SPDX-FileCopyrightText: Copyright (C) 2023 Tobias Hienzsch
3
4
#
ifndef
TETL_ARRAY_C_ARRAY_HPP
5
#
define
TETL_ARRAY_C_ARRAY_HPP
6
7
#
include
<
etl
/
_cstddef
/
size_t
.
hpp
>
8
9
namespace
etl
{
10
11
/// \ingroup array
12
template
<
typename
ValueType,
etl
::size_t Size>
13
using
c_array = ValueType[Size];
14
15
/// \ingroup array
16
struct
empty_c_array
{ };
17
18
}
// namespace etl
19
20
#
endif
// TETL_ARRAY_C_ARRAY_HPP
etl
Definition
adjacent_find.hpp:9
etl::empty_c_array
Definition
c_array.hpp:16
include
etl
_array
c_array.hpp
Generated on Sun Sep 7 2025 19:14:47 for tetl by
1.9.8