fmt::formatter<short, Char>

Synopsis

Declared in <fmt/format.h>
template<typename Char>
struct formatter<short, Char>
    : formatter<int, Char>

Base Classes

Name Description
formatter<int, Char>

Member Functions

Name
format

Created with MrDocs