#include <format.hpp>
|
| constexpr auto | parse (format_parse_context &ctx) |
| |
| auto | format (T const &t, format_context &ctx) const |
| |
| constexpr auto | parse (fmt::format_parse_context &ctx) |
| |
| auto | format (T const &t, fmt::format_context &ctx) const |
| |
◆ format() [1/2]
| auto fmt::formatter< T, char >::format |
( |
T const & | t, |
|
|
fmt::format_context & | ctx ) const |
|
inline |
◆ format() [2/2]
| auto fmt::formatter< T, char >::format |
( |
T const & | t, |
|
|
format_context & | ctx ) const |
|
inline |
◆ parse() [1/2]
| constexpr auto fmt::formatter< T, char >::parse |
( |
fmt::format_parse_context & | ctx | ) |
|
|
inlineconstexpr |
◆ parse() [2/2]
| constexpr auto fmt::formatter< T, char >::parse |
( |
format_parse_context & | ctx | ) |
|
|
inlineconstexpr |
The documentation for this struct was generated from the following file: