Boost C++ Libraries/Boost.Asio
Boost.Asio 색인 - basic_stream_socket::operator=
까마귀75
2021. 2. 16. 13:15
728x90
반응형
basic_stream_socket::operator=
[1 / 2 오버로드] 다른 basic_stream_socket에서 이동 할당한다.
basic_stream_socket & operator=( basic_stream_socket && other);
[2 / 2 오버로드] 다른 프로토콜 유형의 소켓에서 basic_stream_socket를 이동 할당한다.
template< typename Protocol1, typename Executor1> enable_if< is_convertible< Protocol1, Protocol >::value &&is_convertible< Executor1, Executor >::value, basic_stream_socket & >::type operator=( basic_stream_socket< Protocol1, Executor1 > && other);
728x90
반응형