Tiny type‐safe printf‐style string formatting library.
Types
Name |
Description |
List of template arguments format(), held in a type‐opaque way. |
|
Format string wrapper that checks the format at compile time. |
|
Wrapper marking a format string as runtime data, skipping compile‐time checks. |
|
Exception thrown when formatting fails. Added for Bitcoin Core. |
Type Aliases
Name |
Description |
Reference to type‐opaque format list for passing to vformat() |
Functions
Name |
Description |
|
|
|
|
Make type‐agnostic format list from list of template arguments. |
|
Format list of arguments to std::cout, according to the given format string |
|
Format list of arguments to std::cout, then append a newline. |
|
Format a list of arguments to a stream according to a format string. |
Created with MrDocs