<fmt/format.h>template<
typename Char,
typename Traits,
typename Allocator>
class formatter<std::basic_string<Char, Traits, Allocator>, Char>
: public formatter<basic_string_view<Char>, Char>
| Name | Description |
|---|---|
formatter<basic_string_view<Char>, Char> |