tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
string.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_STRING_HPP
5#define TETL_STRING_HPP
6
7/// \defgroup string string
8/// etl::basic_inplace_string class template
9/// \ingroup strings-library
10/// \code{.cpp}
11/// #include <etl/string.hpp>
12/// \endcode
13/// \example string.cpp
14
15#include <etl/_config/all.hpp>
16
17#include <etl/_string/stod.hpp>
18#include <etl/_string/stoi.hpp>
19#include <etl/_string/to_string.hpp>
20
21// Non-standard extensions
22#include <etl/_string/basic_inplace_string.hpp>
23#include <etl/_string/string_constant.hpp>
24
25#endif // TETL_STRING_HPP