GOTO 
index
template<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

Copyright © 2005-2006 Retrieval Solutions. All rights reserved.