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

PrevUpHomeNext

error::misc_errors

enum misc_errors

Values

already_open

Already open.

eof

End of file or stream.

not_found

Element not found.

fd_set_failure

The descriptor cannot fit into the select system call's fd_set.

Requirements

Header: boost/asio/error.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext