Searched refs:iterator_to_stream (Results 1 – 1 of 1) sorted by relevance
2684 std::ostream& iterator_to_stream(std::ostream& os, It begin, It end) { in iterator_to_stream() function2699 return iterator_to_stream(os, c.begin(), c.end()); in container_to_stream()