Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - posix::basic_stream_descriptor::native_handle

까마귀75 2021. 2. 9. 10:28
728x90
반응형

posix::basic_stream_descriptor::native_handle

posix::basic_descriptor에서 상속된다.

기본(native) 설명자(descriptor) 표현을 가져온다.

native_handle_type native_handle();

이 함수는 설명자(descriptor)의 기저 표현을 얻는 데 사용할 수 있다. 이는 지원되지 않는 기본(native) 설명자(descriptor) 기능에 대한 접근을 허용하기 위한 것이다.

Boost.Asio 홈

728x90
반응형