MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / FString

Method FString

cpp/core/FormatTuple.hpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74class FString {
75public:
76 constexpr FString(const char * fmt) : _fmt(fmt) {}
77
78 template<typename ...Args>
79 std::string operator()(Args&&... args) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected