Function helper::ltrim#

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.