Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_yield_context::basic_yield_context

까마귀75 2021. 1. 12. 12:19
728x90
반응형

basic_yield_context::basic_yield_context

지정된 코-루틴을 나타내는 양도 컨텍스트(yield context)를 생성하는 생성자(constructor)

[1 / 2 오버로드]

basic_yield_context(
    const detail::weak_ptr< callee_type > & coro,
    caller_type & ca,
    Handler & handler);

[basic_yield_context]


다른 양도 컨텍스트(yield context) 유형으로 양도 컨텍스트(yield context)를 생성하는 생성자(constructor)

[2 / 2 오버로드]

template<
    typename OtherHandler>
basic_yield_context(
    const basic_yield_context< OtherHandler > & other);

[basic_yield_context]


Boost.Asio 홈

728x90
반응형