| 
    FE 0.6.0
    
   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, format::basic_format_context< O, Char > &ctx) const | 
Make types that support ostream operators available for std::format. 
Use like this:
      
  | 
  inline |