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

Method system_string

include/fmt/std.h:360–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 return fmt::format(FMT_STRING("{}"), base);
359 }
360 auto system_string() const -> std::string { return string(); }
361
362 auto generic_display_string() const -> std::string {
363 const std::filesystem::path& base = *this;

Callers

nothing calls this directly

Calls 1

stringClass · 0.85

Tested by

no test coverage detected