#include <lemon/bits/item_writer.h>
( first_value => second_value )
Public Member Functions | |
PairWriter (const FirstWriter &_first_writer=FirstWriter(), const SecondWriter &_second_writer=SecondWriter()) | |
Constructor. | |
void | write (std::ostream &os, const Value &value) const |
Writes the pair from the given stream. |
|
Constructor for the PairWriter. |
|
Writes the pair from the given stream. |