Boost C++ Libraries/Boost.Asio
Boost.Asio 색인 - basic_socket_streambuf::basic_socket_streambuf
까마귀75
2021. 1. 12. 10:59
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
반응형