boost::corosio::io_object::handle
RAII wrapper for I/O object implementation lifetime.
Synopsis
Declared in <boost/corosio/io_object.hpp>
class handle;
Description
Manages ownership of the platform‐specific implementation, automatically destroying it when the handle goes out of scope.
Member Functions
Name |
Description |
|
Constructors |
|
Destroy the handle and its implementation. |
Move assign from another handle. |
|
Return the execution context. |
|
Return the platform implementation. |
|
Return the associated I/O service. |
Created with MrDocs