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

Method fstring

include/fmt/base.h:2726–2726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2724 detail::ignore_unused(x);
2725 }
2726 fstring(runtime_format_string<> fmt) : str(fmt.str) {}
2727
2728 FMT_DEPRECATED operator const string_view&() const { return str; }
2729 auto get() const -> string_view { return str; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected