When using fmt >= 9, this is an alias for fmt::ostream_formatter.
When using fmt < 9, this uses a polyfill instead.
#include <drake/common/fmt_ostream.h>
Public Member Functions | |
| template<typename T, typename FormatContext> | |
| auto | format (const T &value, FormatContext &ctx) DRAKE_FMT8_CONST |
| auto format | ( | const T & | value, |
| FormatContext & | ctx ) |