Urdl C++ Library

PrevUpHomeNext
istream::read_timeout (2 of 2 overloads)

Sets the read timeout of the stream.

void read_timeout(
    std::size_t milliseconds);

Parameters

milliseconds

The timeout, in milliseconds, to be used for individual read operations on the underlying transport.

Remarks

Performs rdbuf()->read_timeout(milliseconds).


PrevUpHomeNext