|
FE 0.6.0
A header-only C++ library for writing frontends
|
Go to the source code of this file.
Classes | |
| struct | fe::basic_ostream_formatter< Char > |
Make types that support ostream operators available for std::format. More... | |
| class | fe::Tab |
| Keeps track of indentation level during output. More... | |
Namespaces | |
| namespace | fe |
| namespace | fe::format |
Typedefs | |
| using | fe::ostream_formatter = basic_ostream_formatter<char> |
Functions | |
out/outln/err/errln | |
Print to | |
| template<class... Args> | |
| void | fe::err (format::format_string< Args... > fmt, Args &&... args) |
| template<class... Args> | |
| void | fe::out (format::format_string< Args... > fmt, Args &&... args) |
| template<class... Args> | |
| void | fe::errln (format::format_string< Args... > fmt, Args &&... args) |
| template<class... Args> | |
| void | fe::outln (format::format_string< Args... > fmt, Args &&... args) |