SyTen

◆ write() [2/3]

template<typename First , typename... Rest>
void syten::write ( std::ostream out,
First const &  f,
Rest const &...  r 
)

Writes a series of values to the provided output stream.

Remarks
The idea is that if either write() or read() is defined for a type, then the other one also should be defined and should be the inverse of the first.

References write().

+ Here is the call graph for this function: