Urdl C++ Library

PrevUpHomeNext
istream::read_timeout (1 of 2 overloads)

Gets the read timeout of the stream.

std::size_t read_timeout() const;

Return Value

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

Remarks

Returns rdbuf()->read_timeout().


PrevUpHomeNext