fmt::formatter<std::basic_string<Char, Traits, Allocator>, Char>

Synopsis

Declared in <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>


Base Classes

Name Description
formatter<basic_string_view<Char>, Char>

Created with MrDocs