ParamKit
A small library helping to parse commandline parameters (for Windows).
|
Go to the source code of this file.
Namespaces | |
paramkit | |
Functions | |
std::string & | paramkit::ltrim (std::string &str, const std::string &chars="\t\n\v\f\r ") |
std::string & | paramkit::rtrim (std::string &str, const std::string &chars="\t\n\v\f\r ") |