51 std::ostringstream oss;
52 oss.setf(std::ios::fixed , std::ios::floatfield);
53 oss << std::setprecision(accuracy);
120 template <
typename T,
typename T_BETWEEN>
122 std::ostringstream oss;
123 bool connect =
false;
124 for (
typename std::vector<T>::const_iterator it = v.begin(); it != v.end(); ++it) {
136 template <
typename T,
typename T_BETWEEN>
138 std::ostringstream oss;
139 bool connect =
false;
140 for (
typename std::set<T>::const_iterator it = s.begin(); it != s.end(); ++it) {