asio C++ library

PrevUpHomeNext

basic_raw_socket::at_mark

Determine whether the socket is at the out-of-band data mark.

bool at_mark() const;
  » more...

bool at_mark(
    asio::error_code & ec) const;
  » more...

PrevUpHomeNext