Home
last modified time | relevance | path

Searched defs:ASIO_MOVE_CAST (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp55 # define ASIO_MOVE_CAST(type) static_cast<type&&> macro
74 # define ASIO_MOVE_CAST(type) static_cast<const type&> macro