boost::corosio::io_object::handle

RAII wrapper for I/O object implementation lifetime.

Synopsis

class handle;

Description

Manages ownership of the platform‐specific implementation, automatically destroying it when the handle goes out of scope.

Member Functions

Name

Description

handle [constructor]

Constructors

~handle [destructor]

Destroy the handle and its implementation.

operator=

Move assign from another handle.

context

Return the execution context.

get

Return the platform implementation.

service

Return the associated I/O service.

Created with MrDocs