3#ifndef TETL_FORMAT_BASIC_FORMAT_STRING_HPP
4#define TETL_FORMAT_BASIC_FORMAT_STRING_HPP
12template <
typename CharT,
typename... Args>
27template <
typename... Args>
30template <
typename... Args>
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:18
Definition adjacent_find.hpp:8
basic_format_string< char, type_identity_t< Args >... > format_string
Definition basic_format_string.hpp:28
basic_format_string< wchar_t, type_identity_t< Args >... > wformat_string
Definition basic_format_string.hpp:31
The class template basic_string_view describes an object that can refer to a constant contiguous sequ...
Definition basic_string_view.hpp:34