13 std::istream&
operator>>(std::istream& is, std::vector<T>& v);
17 #include <coil/stringutil.h> 20 std::istream&
operator>>(std::istream& is, std::vector<T>& v)
23 std::vector<std::string> sv;
27 for (
int i(0), len(sv.size());
i < len; ++
i)
41 std::vector<std::string> sv;
45 for (
int i(0), len(sv.size());
i < len; ++
i)
59 std::vector<std::string> sv;
62 for (
int i(0);
i < 3; ++
i)
bool stringTo(To &val, const char *str)
std::istream & operator>>(std::istream &is, std::vector< T > &v)
vstring split(const std::string &input, const std::string &delimiter, bool ignore_empty)