Function gamer::stringutil::rtrim

Function Documentation

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

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

Parameters

s – String to trim