Function gamer::stringutil::ltrim

Function Documentation

inline void gamer::stringutil::ltrim(std::string &s)

Inplace removal of white space from the left side of a string.

Parameters

s – String to trim