trimSpaces
Returns the input std::string stripped of leading and trailing spaces.
Synopsis
Declared in <SageIII/manglingSupport.h>
std::string
trimSpaces(std::string const& s);
Return Value
the input std::string stripped of leading and trailing spaces.
Created with MrDocs