asio C++ library

PrevUpHomeNext

basic_io_object< IoObjectService, true >::basic_io_object

explicit basic_io_object(
    asio::io_context & io_context);
  » more...

basic_io_object(
    basic_io_object && other);
  » more...

template<
    typename IoObjectService1>
basic_io_object(
    IoObjectService1 & other_service,
    typename IoObjectService1::implementation_type & other_implementation);
  » more...

PrevUpHomeNext