#include <format.h>
|
| template<typename FormatContext > |
| auto | format (const arg_join< It, Char > &value, FormatContext &ctx) -> decltype(ctx.out()) |
| |
| ParseContext::iterator | parse (ParseContext &) |
| |
| auto | format (const std::iterator_traits< It >::value_type &val, FormatContext &ctx) -> decltype(ctx.out()) |
| |
template<typename It, typename Char>
struct fmt::v5::formatter< arg_join< It, Char >, Char >
Definition at line 3151 of file format.h.
◆ format()
template<typename It , typename Char >
template<typename FormatContext >
The documentation for this struct was generated from the following file:
- sdk_core/include/third_party/spdlog/spdlog/fmt/bundled/format.h