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

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.


PrevUpHomeNext