Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

basic_socket::wait_type

Inherited from socket_base.

Wait types.

enum wait_type

Values

wait_read

Wait for a socket to become ready to read.

wait_write

Wait for a socket to become ready to write.

wait_error

Wait for a socket to have error conditions pending.

For use with basic_socket::wait() and basic_socket::async_wait().


PrevUpHomeNext