|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
Default implementation of formatted console output. More...
#include <default_printer.hpp>
Public Member Functions | |
| template<typename... Args> | |
| auto | print (fmt::format_string< Args... > format_string, Args &&...args) const -> void |
| Prints formatted output to stdout. | |
Default implementation of formatted console output.
Provides a thin wrapper around fmt::print for outputting formatted text to stdout.
Definition at line 12 of file default_printer.hpp.
|
inline |
Prints formatted output to stdout.
| Args | Variadic template arguments for format string |
| format_string | Format string in fmt library format |
| args | Arguments to format into the string |
Definition at line 22 of file default_printer.hpp.