|
constexpr fmt::format_parse_context::iterator | parse (fmt::format_parse_context &ctx) |
|
fmt::format_context::iterator | format (const T &t, fmt::format_context &ctx) const |
|
Definition at line 33 of file format.hpp.
◆ parent
using fmt::formatter< T, Char >::parent = typename fmt::formatter<underlying_type> |
◆ underlying_type
using fmt::formatter< T, Char >::underlying_type = typename T::BaseType |
◆ format()
fmt::format_context::iterator fmt::formatter< T, Char >::format |
( |
const T & |
t, |
|
|
fmt::format_context & |
ctx |
|
) |
| const |
|
inline |
◆ parse()
constexpr fmt::format_parse_context::iterator fmt::formatter< T, Char >::parse |
( |
fmt::format_parse_context & |
ctx | ) |
|
|
inlineconstexpr |
The documentation for this struct was generated from the following file: