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

Method generic_display_string

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

Source from the content-addressed store, hash-verified

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;
364 return fmt::format(FMT_STRING("{:g}"), base);
365 }
366 auto generic_system_string() const -> std::string { return generic_string(); }
367};
368

Callers

nothing calls this directly

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected