|
| | format.h |
| | Provides lagrange::format, lagrange::format_string, and lagrange::ptr — uniform wrappers that dispatch to either std::format or {fmt} depending on SPDLOG_USE_STD_FORMAT.
|
| |
| | join.h |
| | Provides lagrange::join — a wrapper that returns a custom formattable view (in lagrange::fmt_detail).
|
| |
| | print.h |
| | Provides lagrange::print — writes a formatted string to an output stream.
|
| |