#include <formattable.h>
|
| auto | format (const foarmattable_t &x, format_context &ctx) const -> decltype(ctx.out()) |
| |
template<
formattable_c foarmattable_t>
struct std::formatter< foarmattable_t >
Definition at line 37 of file formattable.h.
◆ format()
| auto std::formatter< foarmattable_t >::format |
( |
const foarmattable_t & | x, |
|
|
format_context & | ctx ) const -> decltype(ctx.out())
|
|
inline |
Definition at line 39 of file formattable.h.
41 {
42 return x.format_to(ctx);
43 }
The documentation for this struct was generated from the following file:
- /home/runner/work/pars-cxx/pars-cxx/lib/include/pars/fmt/formattable.h