![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>#include <utility>#include "vccc/__algorithm/ranges/in_in_result.hpp"#include "vccc/__core/inline_or_static.hpp"#include "vccc/__iterator/indirectly_swappable.hpp"#include "vccc/__iterator/input_iterator.hpp"#include "vccc/__iterator/iter_swap.hpp"#include "vccc/__iterator/sentinel_for.hpp"#include "vccc/__type_traits/conjunction.hpp"Go to the source code of this file.
Namespaces | |
| vccc | |
| vccc::ranges | |
Typedefs | |
| template<class I1 , class I2 > | |
| using | swap_ranges_result = in_in_result< I1, I2 > |
Variables | |
| constexpr VCCC_INLINE_OR_STATIC detail::swap_ranges_niebloid | swap_ranges {} |