Functions | |
| template<class T > | |
| BOOST_GPU_ENABLED void | swap_impl (T &left, T &right) |
| template<class T , std::size_t N> | |
| BOOST_GPU_ENABLED void | swap_impl (T(&left)[N], T(&right)[N]) |
| BOOST_GPU_ENABLED void boost_swap_impl::swap_impl | ( | T & | left, |
| T & | right | ||
| ) |
Definition at line 33 of file core/swap.hpp.
| BOOST_GPU_ENABLED void boost_swap_impl::swap_impl | ( | T(&) | left[N], |
| T(&) | right[N] | ||
| ) |
Definition at line 41 of file core/swap.hpp.