MCPcopy Create free account
hub / github.com/boostorg/asio / ~basic_io_object

Function ~basic_io_object

include/boost/asio/basic_io_object.hpp:154–157  ·  view source on GitHub ↗

Protected destructor to prevent deletion through this type. * Performs: * @code get_service().destroy(get_implementation()); @endcode */

Source from the content-addressed store, hash-verified

152 * @code get_service().destroy(get_implementation()); @endcode
153 */
154 ~basic_io_object()
155 {
156 service_.destroy(implementation_);
157 }
158
159 /// Get the service associated with the I/O object.
160 service_type& get_service()

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected