tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
format.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2020 Tobias Hienzsch
3
4#ifndef TETL_FORMAT_HPP
5#define TETL_FORMAT_HPP
6
7/// \defgroup format format
8/// Formatting library including etl::format
9/// \ingroup strings-library
10
11#include <etl/_config/all.hpp>
12
13#include <etl/_format/basic_format_arg.hpp>
14#include <etl/_format/basic_format_args.hpp>
15#include <etl/_format/basic_format_context.hpp>
16#include <etl/_format/basic_format_parse_context.hpp>
17#include <etl/_format/basic_format_string.hpp>
18#include <etl/_format/format_to.hpp>
19#include <etl/_format/formatter.hpp>
20#include <etl/_format/make_format_args.hpp>
21#include <etl/_format/vformat_to.hpp>
22
23#endif // TETL_FORMAT_HPP