SyTen

◆ read() [2/4]

template<typename First , typename... Rest>
void syten::read ( std::istream in,
First const &  f,
Rest const &...  r 
)

Reads a series of values from the provided input 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 read().

+ Here is the call graph for this function: