Urdl C++ Library

PrevUpHomeNext
istream::read_timeout

Gets the read timeout of the stream.

std::size_t read_timeout() const;
  » more...

Sets the read timeout of the stream.

void read_timeout(
    std::size_t milliseconds);
  » more...

PrevUpHomeNext