MCPcopy Create free account
hub / github.com/chen3feng/toft / StringAppend

Function StringAppend

base/string/concat_test.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void StringAppend(std::string* str, const CustomType& o)
123{
124 StringAppend(str, "(", o.a, ", ", o.b, ")");
125}
126
127template <typename A, typename B>
128void StringAppend(std::string* str, const GenericType<A, B>& o)

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected