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
3
#ifndef TETL_ARRAY_C_ARRAY_HPP
4
#define TETL_ARRAY_C_ARRAY_HPP
5
6
#include <
etl/_cstddef/size_t.hpp
>
7
8
namespace
etl
{
9
11
template
<
typename
ValueType, etl::
size_t
Size>
12
using
c_array
= ValueType[Size];
13
15
struct
empty_c_array
{ };
16
17
}
// namespace etl
18
19
#endif
// TETL_ARRAY_C_ARRAY_HPP
etl::c_array
ValueType[Size] c_array
Definition
c_array.hpp:12
etl
Definition
adjacent_find.hpp:8
size_t.hpp
etl::empty_c_array
Definition
c_array.hpp:15
include
etl
_array
c_array.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0