10 template <
class Container>
13 std::stringstream sstr;
14 typename Container::const_iterator it, end = c.end();
16 for (it=c.begin(); it != end; ++it){
41 #endif // STL_STRING_H std::string stl_string(const std::set< T > &t)
std::string one_dim_string(const Container &c, const char *open, const char *close)