Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - execution::mapping_t::mapping_t

까마귀75 2021. 2. 7. 14:32
728x90
반응형

execution::mapping_t::mapping_t

기본 생성자(constructor).

[1 / 4 오버로드]

constexpr mapping_t();

[mapping_t]


하위 속성 값에서 생성하는 생성자(constructor).

[2 / 4 오버로드]

constexpr mapping_t(
    thread_t );

[mapping_t]

 

[3 / 4 오버로드]

constexpr mapping_t(
    new_thread_t );

[mapping_t]

 

[4 / 4 오버로드]

constexpr mapping_t(
    other_t );

[mapping_t]


Boost.Asio 홈

728x90
반응형