boost::corosio::stream_file::release

Release ownership of the native handle.

Synopses

Release ownership of the native handle.

Release ownership of the native handle.

native_handle_type
release(std::error_code& ec);

Exceptions

Name

Thrown on

std::system_error

on failure.

Return Value

The native file descriptor or handle.

Parameters

Name

Description

ec

Output error code.

Created with MrDocs