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

Method basic_fstring

include/fmt/xchar.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 detail::ignore_unused(ignore);
109 }
110 basic_fstring(runtime_format_string<Char> fmt) : str_(fmt.str) {}
111
112 FMT_DEPRECATED operator basic_string_view<Char>() const { return str_; }
113 auto get() const -> basic_string_view<Char> { return str_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected