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