#include <lemon/bits/item_reader.h>
Public Member Functions | |
PairReader (const FirstReader &_first_reader=FirstReader(), const SecondReader &_second_reader=SecondReader()) | |
Constructor. | |
void | read (std::istream &is, Value &value) const |
Reads the pair from the given stream. |
|
Constructor for the PairReader. |
|
Reads the pair from the given stream. |