Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/include/boost/asio/detail/
Dconfig.hpp134 # define BOOST_ASIO_MOVE_CAST(type) static_cast<type&&> macro
162 # define BOOST_ASIO_MOVE_CAST(type) static_cast<const type&> macro
/third_party/boost/boost/asio/detail/
Dconfig.hpp134 # define BOOST_ASIO_MOVE_CAST(type) static_cast<type&&> macro
162 # define BOOST_ASIO_MOVE_CAST(type) static_cast<const type&> macro