#include "boost/test/unit_test.hpp"
#include "cetlib/trim.h"
Go to the source code of this file.
BOOST_AUTO_TEST_CASE |
( |
trimmed_test |
| ) |
|
Definition at line 18 of file trim_test.cc.
32 BOOST_TEST(
trim(s2) == s1);
static std::string trim(const std::string &str, const std::string &whitespace=" \t")
std::string & trim_right(std::string &source, std::string const &t=" ")
std::string trim_copy(std::string source, std::string const &t=" ")
std::string trim_right_copy(std::string source, std::string const &t=" ")
std::string & trim_left(std::string &source, std::string const &t=" ")
std::string trim_left_copy(std::string source, std::string const &t=" ")