| 
stream_socket_service::converting_move_construct  
  
 Перестроить новую реализацию потокового сокета от другого типа протокола. 
template<
    typename Protocol1>
void converting_move_construct(
    implementation_type & impl,
    typename stream_socket_service< Protocol1 >::implementation_type & other_impl,
    typename enable_if< is_convertible< Protocol1, Protocol >::value >::type *  = 0);
 
 
Статья stream_socket_service::converting_move_construct раздела Boost.Asio stream_socket_service может быть полезна для разработчиков на c++ и boost. 
 :: Главная :: stream_socket_service ::   
 
 
 | 
 |