#include <algorithm>
#include <functional>
#include <string>
Go to the source code of this file.
Namespaces | |
cet | |
Functions | |
template<class OutIter > | |
void | cet::split (std::string const &s, char c, OutIter dest) |
template<class Pred , class OutIter > | |
void | cet::split_if (std::string const &s, Pred is_sep, OutIter dest) |