|
Horizon
|
#include <concepts/swap.hpp>#include <range/v3/range_fwd.hpp>#include <range/v3/utility/static_const.hpp>#include <range/v3/detail/prologue.hpp>#include <range/v3/detail/epilogue.hpp>Go to the source code of this file.
Namespaces | |
| namespace | ranges::cpp20 |
Typedefs | |
| template<typename T > | |
| using | ranges::is_swappable = concepts::is_swappable< T > |
| template<typename T > | |
| using | ranges::is_nothrow_swappable = concepts::is_nothrow_swappable< T > |
| template<typename T , typename U > | |
| using | ranges::is_swappable_with = concepts::is_swappable_with< T, U > |
| template<typename T , typename U > | |
| using | ranges::is_nothrow_swappable_with = concepts::is_nothrow_swappable_with< T, U > |