Home
last modified time | relevance | path

Searched refs:ASIO_MOVE_CAST2 (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&> macro
75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&> macro
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp182 ASIO_MOVE_CAST2(basic_stream_socket< in basic_stream_socket()
203 ASIO_MOVE_CAST2(basic_stream_socket< in operator =()
Dbasic_socket.hpp212 basic_socket tmp(ASIO_MOVE_CAST2(basic_socket< in operator =()
Dbasic_socket_acceptor.hpp252 basic_socket_acceptor tmp(ASIO_MOVE_CAST2(basic_socket_acceptor< in operator =()