7 #include <coil/stringutil.h> 12 std::istream&
operator>>(std::istream& is, std::vector<T>& v)
15 std::vector<std::string> sv;
19 for (
int i(0), len(sv.size()); i < len; ++i)
bool stringTo(To &val, const char *str)
Convert the given std::string to object.
std::istream & operator>>(std::istream &is, std::vector< T > &v)
vstring split(const std::string &input, const std::string &delimiter, bool ignore_empty)
Split string by delimiter.