boost::corosio::stream_file::release
Release ownership of the native handle.
Synopsis
Declared in <boost/corosio/stream_file.hpp>
native_handle_type
release();
Description
The file object becomes not‐open. The caller is responsible for closing the returned handle.
Return Value
The native file descriptor or handle.
Created with MrDocs