Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - io_context::basic_executor_type::basic_executor_type

까마귀75 2021. 1. 11. 10:44
728x90
반응형

io_context::basic_executor_type::basic_executor_type

[1 / 2 오버로드] 복사-생성자(copy constructor)

basic_executor_type(
    const basic_executor_type & other);

[basic_executor_type]

[2 / 2 오버로드] 이동-생성자(move constructor)

basic_executor_type(
    basic_executor_type && other);

[basic_executor_type]

Boost.Asio 홈

728x90
반응형