#include <string>Go to the source code of this file.
Namespaces | |
| cet | |
Functions | |
| std::string & | cet::trim_right (std::string &source, std::string const &t=" ") |
| std::string & | cet::trim_left (std::string &source, std::string const &t=" ") |
| std::string & | cet::trim (std::string &source, std::string const &t=" ") |
| std::string | cet::trim_right_copy (std::string source, std::string const &t=" ") |
| std::string | cet::trim_left_copy (std::string source, std::string const &t=" ") |
| std::string | cet::trim_copy (std::string source, std::string const &t=" ") |
1.8.11