728x90
반응형
basic_io_object::basic_io_object
[1 / 3 오버로드] basic_io_object를 생성하는 생성자(constructor)
explicit basic_io_object(
boost::asio::io_context & io_context);
[basic_io_object]
[2 / 3 오버로드] basic_io_object를 이동-생성하는 이동-생성자(move constructor)
basic_io_object(
basic_io_object && other);
[basic_io_object]
[3 / 3 오버로드] basic_io_object의 이동-생성에 전환을 수행하는 생성자(constructor)
template<
typename IoObjectService1>
basic_io_object(
IoObjectService1 & other_service,
typename IoObjectService1::implementation_type & other_implementation);
728x90
반응형