#include <strtrim.h>
Public Member Functions | |
| StrTrim (const std::string &tobedel=" ") | |
| std::string & | trimFront (std::string &input) const |
| std::string & | trimBack (std::string &input) const |
| std::string & | trim (std::string &input) const |
| ~StrTrim () | |
StrTrim has the advantage of extensively using std::string functions. It should be quite slow
Definition at line 33 of file strtrim.h.
1.5.1