1 #ifndef ParameterSet_split_h 2 #define ParameterSet_split_h 21 template <
class FwdIter>
24 template <
class FwdIter>
27 template <
class OutIter>
35 template <
class FwdIter>
42 else if (*b == sep &&
nested == 0)
53 template <
class FwdIter>
67 template <
class OutIter>
69 typedef std::string::const_iterator str_c_iter;
70 str_c_iter
b = s.begin(),
e = s.end();
72 if (static_cast<unsigned int>(
e - b) < 2u)
bool split(OutIter result, std::string const &string_to_split, char first, char sep, char last)
FwdIter contextual_find_not(FwdIter b, FwdIter e, char first, char sep, char last)
FwdIter contextual_find(FwdIter b, FwdIter e, char first, char sep, char last)
T first(std::pair< T, U > const &p)