Urdl C++ Library

PrevUpHomeNext
istream::open_timeout

Gets the open timeout of the stream.

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

Sets the open timeout of the stream.

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

PrevUpHomeNext