Function gamer::stringutil::rtrim

Function Documentation

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

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

Parameters
  • s: String to trim