728x90
반응형
basic_socket_streambuf::basic_socket_streambuf
연결을 설정하지 않고 basic_socket_streambuf를 생성하는 생성자(constructor)
basic_socket_streambuf();
주어진 소켓으로 basic_socket_streambuf를 생성하는 생성자(constructor)
explicit basic_socket_streambuf( basic_stream_socket< protocol_type > s);
다른 basic_socket_streambuf에서 basic_socket_streambuf를 이동 생성하는 이동-생성자(move constructor)
basic_socket_streambuf( basic_socket_streambuf && other);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - basic_streambuf_ref::basic_streambuf_ref (0) | 2021.01.12 |
---|---|
Boost.Asio 색인 - basic_streambuf::basic_streambuf (0) | 2021.01.12 |
Boost.Asio 색인 - basic_socket_iostream::basic_socket_iostream (0) | 2021.01.12 |
Boost.Asio 색인 - basic_socket_acceptor::basic_socket_acceptor (0) | 2021.01.12 |
Boost.Asio 색인 - basic_socket::basic_socket (0) | 2021.01.11 |