Searched refs:ASIO_MOVE_CAST2 (Results 1 – 4 of 4) sorted by relevance
56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&> macro75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&> macro
182 ASIO_MOVE_CAST2(basic_stream_socket< in basic_stream_socket()203 ASIO_MOVE_CAST2(basic_stream_socket< in operator =()
252 basic_socket_acceptor tmp(ASIO_MOVE_CAST2(basic_socket_acceptor< in operator =()
212 basic_socket tmp(ASIO_MOVE_CAST2(basic_socket< in operator =()