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 an older version of Boost and was released in 2024. The current version is 1.89.0.
The posix::descriptor_base class is used as
a base for the descriptor class as a place to define the associated IO control
commands.
class descriptor_base
|
Name |
Description |
|---|---|
|
IO control command to get the amount of data that can be read without blocking. |
|
|
Wait types. |
|
Name |
Description |
|---|---|
|
~descriptor_base [destructor] |
Protected destructor to prevent deletion through this type. |
Header: boost/asio/posix/descriptor_base.hpp
Convenience header: boost/asio.hpp