|
FE 0.6.1
A header-only C++ library for writing frontends
|
Make types that support ostream operators available for std::format.
More...
#include <fe/format.h>
Public Member Functions | |
| template<class T , class O > | |
| O | format (const T &value, std::basic_format_context< O, Char > &ctx) const |
Make types that support ostream operators available for std::format.
Use like this:
|
inline |
Definition at line 19 of file format.h.
References fe::basic_ostream_formatter< Char >::format().
Referenced by fe::basic_ostream_formatter< Char >::format().