Function Dune::XT::Common::trim

void Dune::XT::Common::trim(int &v)

Removes whitespace from front and back of each string in the vector.

void Dune::XT::Common::trim(std::string &s)

Removes whitespace from front and back of the string.

:param s: String to be trimmed