#include <format.h>
|
| template<typename ParseContext > |
| auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
| |
| template<typename T , typename FormatContext > |
| auto | format (const T &val, FormatContext &ctx) -> decltype(ctx.out()) |
| |
|
| template<typename Context > |
| void | handle_specs (Context &ctx) |
| |
◆ format()
template<typename Char = char>
template<typename T , typename FormatContext >
◆ handle_specs()
template<typename Char = char>
template<typename Context >
◆ parse()
template<typename Char = char>
template<typename ParseContext >
◆ format_str_
template<typename Char = char>
◆ specs_
template<typename Char = char>
The documentation for this class was generated from the following file:
- third_party/spdlog/include/spdlog/fmt/bundled/format.h