Drake
Drake C++ Documentation
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()

auto format ( const T &  value,
FormatContext &  ctx 
)

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