fmt::formatter<bytes>

Formats a bytes view using the string presentation rules.

Synopsis

Declared in <fmt/format.h>

template<>
struct formatter<bytes>;

Member Functions

NameDescription
format Writes b's bytes to the output using the parsed format specs.
parse Parses format specifiers for a bytes value as string format specs.