|
FE 0.9.0
Header-only C++ frontend library
|
Make types that support ostream operators available for std::format. More...
#include <fe/format.h>
Public Member Functions | |
| template<class T, class FormatContext> | |
| auto | format (T const &value, FormatContext &ctx) const |
Make types that support ostream operators available for std::format.
Use like this:
|
inline |
Definition at line 57 of file format.h.
Referenced by fe::basic_ostream_formatter< char >::format().