MCPcopy Create free account
hub / github.com/fmtlib/fmt / bytes

Method bytes

include/fmt/format.h:4021–4021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4019 string_view data;
4020
4021 inline explicit bytes(string_view s) : data(s) {}
4022};
4023
4024template <> struct formatter<bytes> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected