|
FE 0.15.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
Make types that support ostream operators available for std::format. More...
#include <fe/format.h>
Public Member Functions | |
| auto | format (const auto &value, auto &ctx) const |
Make types that support ostream operators available for std::format.
Use like this:
|
inline |
Definition at line 54 of file format.h.
Referenced by fe::basic_ostream_formatter< char >::format().