Function helper::ltrim#
Defined in File cmdlnparser.h
Function Documentation#
-
inline std::string helper::ltrim(const std::string &rss)#
Left trim the string from any whitespace characters.
- Parameters:
rss – [in] Reference to the string to trim.
- Returns:
The trimmed string.