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 a snapshot of the master branch, built from commit c6a8213e9b.
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