Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_socket_streambuf::connect

까마귀75 2021. 1. 15. 14:32
728x90
반응형

basic_socket_streambuf::connect

연결을 수립한다.

[1 / 2 오버로드]

basic_socket_streambuf * connect(
    const endpoint_type & endpoint);

[connect]

 

[2 / 2 오버로드]

template<
    typename T1,
    ... ,
    typename TN>
basic_socket_streambuf * connect(
    T1 t1,
    ... ,
    TN tn);

[connect]


Boost.Asio 홈

728x90
반응형