void swap(node_handle& nh)
noexcept(ator_traits::propagate_on_container_swap::value ||
ator_traits::is_always_equal::value);
Requires: !alloc_Β, or !nh.alloc_Β, or ator_Βtraitsβ::βpropagate_Βon_Βcontainer_Βswap is true, or alloc_Β == nh.alloc_Β.