Function gamer::stringutil::trim

Function Documentation

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

Inplace trimming of white space on both sides of a string.

Parameters

s – String to trim