#include <format.h>
|
template<typename FormatContext > |
auto | format (bytes b, FormatContext &ctx) -> decltype(ctx.out()) |
|
template<typename ParseContext > |
FMT_CONSTEXPR auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
|
|
detail::dynamic_format_specs< char > | specs_ |
|
template<>
struct formatter< bytes >
Definition at line 2468 of file format.h.
◆ format()
template<typename FormatContext >
◆ parse()
template<typename ParseContext >
◆ specs_
The documentation for this struct was generated from the following file: