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

Method generic_system_string

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

Source from the content-addressed store, hash-verified

364 return fmt::format(FMT_STRING("{:g}"), base);
365 }
366 auto generic_system_string() const -> std::string { return generic_string(); }
367};
368
369#endif // FMT_CPP_LIB_FILESYSTEM

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected