TF++, Miscellaneous classes and modules in C++:
|
std::string tfxx::string::trimws | ( | std::string | s | ) |
function #tf::trimws#: Erase leading and trailing whitespace from a string. This in fact is an inline adapter to trimws_begin# and trimws_end#.
s | string to remove leading and trailing whitespace from |
#) remove leading and trailing whitespace
Definition at line 51 of file stringfunc.cc.