Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
void StringAppend(std::string* str, const CustomType& o)
123
{
124
StringAppend(str,
"("
, o.a,
", "
, o.b,
")"
);
125
}
126
127
template <typename A, typename B>
128
void StringAppend(std::string* str, const GenericType<A, B>& o)
Callers
1
TEST
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected