Home
last modified time | relevance | path

Searched defs:ASIO_MOVE_CAST2 (Results 1 – 1 of 1) 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