19template <
class Stream >
23 bool readline ( std::string & line,
bool )
override {
24 return static_cast < bool > ( std::getline ( m_is, line ) );
Definition: IstreamLineInterface.h:20
IstreamLineInterface(Stream ifs)
Definition: IstreamLineInterface.h:28
Definition: LineInterface.h:15
Definition: FordFulkerson.hpp:16