Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_raw_socket::remote_endpoint

까마귀75 2021. 2. 25. 13:59
728x90
반응형

basic_raw_socket::remote_endpoint

소켓의 원격 엔드포인트를 가져온다.

[1 / 2 오버로드]

endpoint_type remote_endpoint() const;

[remote_endpoint]

 

[2 / 2 오버로드]

endpoint_type remote_endpoint(
    boost::system::error_code & ec) const;

[remote_endpoint]


Boost.Asio 홈

728x90
반응형