fmt::bytes

A view over a string_view that formats its contents as raw bytes rather than as text.

Synopsis

Declared in <fmt/format.h>

struct bytes;

Member Functions

NameDescription
bytes [constructor]Constructs a bytes view over s.

Data Members

NameDescription
data The byte contents to format.