tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
cstddef.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_CSTDDEF_HPP
5#define TETL_CSTDDEF_HPP
6
7/// \defgroup cstddef cstddef
8/// Standard macros and typedefs
9/// \ingroup utilities-library
10
11#include <etl/_config/all.hpp>
12
13#include <etl/_cstddef/byte.hpp>
14#include <etl/_cstddef/max_align_t.hpp>
15#include <etl/_cstddef/nullptr_t.hpp>
16#include <etl/_cstddef/ptrdiff_t.hpp>
17#include <etl/_cstddef/size_t.hpp>
18
19#endif // TETL_CSTDDEF_HPP