Namespaces
| Name | 
fmt namespace
Namespaces
| Name | 
Types
| Name | Description | 
| A reference to a null‐terminated string. It can be constructed from a C string or  | |
| A view of a collection of formatting arguments. To avoid lifetime issues it should only be used as a parameter type in type‐erased functions such as  | |
| A dynamically growing memory buffer for trivially copyable/constructible types with the first  | |
| An implementation of  | |
| A dynamic list of formatting arguments with storage. | |
| An error reported from a formatting function. | |
| A fast integer formatter. | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| A compile‐time format string. Use  | |
| 
 | |
| 
 | |
| Parsing context consisting of a format string range being parsed and an argument counter for automatic indexing. | |
| A text style consisting of foreground and background colors and emphasis. | |
Enums
| Name | 
Functions
| Name | Description | 
| Returns a named argument to be used in a formatting function. It should only be used in a call to a formatting function. | |
| Creates a text style from the background color. | |
| Creates a text style from the foreground (text) color. | |
| 
 | |
| Formats an error message for an error returned by an operating system or a language runtime, for example a file opening error, and writes it to  | |
| 
 | |
| Formats  | |
| Returns the number of chars in the output of  | |
| Formats  | |
| Converts given time since epoch as  | |
| Returns a view that formats an integer value using ',' as a locale‐independent thousands separator. | |
| 
 | |
| Constructs an  | |
| Bitwise disjunction operators | |
| 
 | |
| Formats  | |
| 
 | |
| Converts  | |
| Reports a format error at compile time or, via a  | |
| Creates a runtime format string. | |
| Formats  | |
| Returns a view that formats  | |
| Returns an argument that will be formatted using ANSI escape sequences, to be used in a formatting function. | |
| Constructs  | |
| Converts  | |
| Converts  | |
| Converts  | |
| 
 | |
| Equality operator | |
| Inequality operator | |
| Less‐than operator | |
| Less‐than‐or‐equal operator | |
| Greater‐than operator | |
| Greater‐than‐or‐equal operator | 
Concepts
| Name | 
fmt::enums namespace
Functions
| Name | 
fmt::safe_duration_cast namespace
Functions
| Name | Description | 
| Converts From to To, without loss. If the dynamic value of from can't be converted to To without loss, ec is set. | |
| Safe duration_cast between floating point durations | |
| converts From to To if possible, otherwise ec is set. | 
Created with MrDocs