MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / trim

Function trim

lib/include/string/StdStringUtil.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 */
57
58 inline void trim(std::string& str,const char *trimChars=defaultTrimChars) {
59 trimLeft(str,trimChars);
60 trimRight(str,trimChars);
61 }
62
63
64 /**

Callers 1

getKeyValueMethod · 0.85

Calls 2

trimLeftFunction · 0.85
trimRightFunction · 0.85

Tested by

no test coverage detected