Namespaces | Functions
trim.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 cet
 

Functions

std::stringcet::trim_right (std::string &source, std::string const &t=" ")
 
std::stringcet::trim_left (std::string &source, std::string const &t=" ")
 
std::stringcet::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=" ")