11 #ifndef TLX_STRING_TRIM_HEADER 12 #define TLX_STRING_TRIM_HEADER 208 #endif // !TLX_STRING_TRIM_HEADER std::string & trim(std::string *str)
Trims the given string in-place on the left and right.
std::string & trim_right(std::string *str)
Trims the given string in-place only on the right.
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking
std::string & trim_left(std::string *str)
Trims the given string in-place only on the left.