4#ifndef TETL_FORMAT_BASIC_FORMAT_STRING_HPP
5#define TETL_FORMAT_BASIC_FORMAT_STRING_HPP
7#include <etl/_concepts/convertible_to.hpp>
8#include <etl/_string_view/basic_string_view.hpp>
9#include <etl/_type_traits/type_identity.hpp>
13template <
typename CharT,
typename... Args>
31template <
typename... Args>
34template <
typename... Args>
Definition adjacent_find.hpp:9
The class template basic_string_view describes an object that can refer to a constant contiguous sequ...
Definition basic_string_view.hpp:35