VCCC  2024.05
VisualCamp Common C++ library
swap_niebloid Member List

This is the complete list of members for swap_niebloid, including all inherited members.

operator()(T &&t, U &&u) const noexcept(noexcept(swap(std::forward< T >(t), std::forward< U >(u))))swap_niebloidinline
operator()(T(&t)[N], U(&u)[N]) const noexcept(noexcept((*this)(*t, *u)))swap_niebloidinline
operator()(V &t, V &u) const noexcept(std::is_nothrow_move_constructible< V >::value &&std::is_nothrow_move_assignable< V >::value)swap_niebloidinline