| 190 | } |
| 191 | |
| 192 | inline std::string quote_string(const std::string& str) { return "\"" + str + "\""; } |
| 193 | |
| 194 | template <class Iterator> |
| 195 | inline std::string to_string_range(Iterator start, Iterator last, const char* delim = ", ") |
no outgoing calls
no test coverage detected