indextemplate<typename Iterator>inline std::ostream&output_seq(std::ostream& o, Iterator beg, Iterator end, const char* del = " ", const char* prf = "[", const char* suf = "]")
Defined in header file: output.hh
Description
Writes the elements of a range into the given output stream using the given delimiter, prefix and suffix.
Example
index