Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
ostream_formatter Struct Reference

Detailed Description

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

Member Function Documentation

◆ format()

template<typename T, typename FormatContext>
auto format ( const T & value,
FormatContext & ctx )

The documentation for this struct was generated from the following file: