MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / Trim

Function Trim

STL/string.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41string Trim(const string& str)
42{
43 return LTrim(RTrim(str));
44}
45
46
47int main()

Callers 1

mainFunction · 0.85

Calls 2

LTrimFunction · 0.85
RTrimFunction · 0.85

Tested by

no test coverage detected