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

Go to the source code of this file.

Namespaces

 cet
 

Functions

bool cet::replace_all (std::string &in, std::string const &from, std::string const &to)
 Replace all occurrences of from in string with to. More...