28#ifndef Foam_stdVectorIO_H
29#define Foam_stdVectorIO_H
40 auto iter = list.cbegin();
41 const auto last = list.cend();
52 for (++iter; (iter != last); (void)++iter)
54 os << token::SPACE << *iter;
58 os << token::END_LIST;
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).