tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
docs.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2024 Tobias Hienzsch
3
4#ifndef TETL_CONFIG_DOCS_HPP
5#define TETL_CONFIG_DOCS_HPP
6
7/// \defgroup concepts-library Concepts Library
8/// \defgroup coroutines-library Coroutines Library
9/// \defgroup utilities-library Utilities Library
10/// \defgroup dynamic-memory-library Dynamic memory management
11/// \defgroup limits-library Numeric limits
12/// \defgroup errors-library Error handling
13/// \defgroup strings-library Strings Library
14/// \defgroup containers-library Containers Library
15/// \defgroup iterators-library Iterators Library
16/// \defgroup ranges-library Ranges Library
17/// \defgroup algorithms-library Algorithms Library
18/// \defgroup numerics-library Numerics Library
19/// \defgroup io-library Input/Output Library
20/// \defgroup thread-library Thread support Library
21
22#endif // TETL_CONFIG_DOCS_HPP