Go to the source code of this file.
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost_swap_impl | |
Functions | |
template<class T1 , class T2 > | |
BOOST_GPU_ENABLED void | boost::swap (T1 &left, T2 &right) |
template<class T > | |
BOOST_GPU_ENABLED void | boost_swap_impl::swap_impl (T &left, T &right) |
template<class T , std::size_t N> | |
BOOST_GPU_ENABLED void | boost_swap_impl::swap_impl (T(&left)[N], T(&right)[N]) |