Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getKeyValue
Method · 0.85
Calls
2
trimLeft
Function · 0.85
trimRight
Function · 0.85
Tested by
no test coverage detected