René's URL Explorer Experiment


Title: std::swap_ranges - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://en.cppreference.com/
Create accounthttp://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Falgorithm%2Fswap+ranges
Log inhttp://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Falgorithm%2Fswap+ranges
Pagehttp://en.cppreference.com/cpp/algorithm/swap_ranges
Discussionhttp://en.cppreference.com/Talk:cpp/algorithm/swap_ranges
http://en.cppreference.com/w/cpp/algorithm/swap_ranges
Readhttp://en.cppreference.com/cpp/algorithm/swap_ranges
View sourcehttp://en.cppreference.com/index.php?title=cpp/algorithm/swap_ranges&action=edit
View historyhttp://en.cppreference.com/index.php?title=cpp/algorithm/swap_ranges&action=history
http://en.cppreference.com/w/cpp/algorithm/swap_ranges
cpphttp://en.cppreference.com/cpp
algorithmhttp://en.cppreference.com/cpp/algorithm
C++http://en.cppreference.com/cpp
Compiler supporthttp://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttp://en.cppreference.com/cpp/freestanding
Languagehttp://en.cppreference.com/cpp/language
Standard libraryhttp://en.cppreference.com/cpp/standard_library
Standard library headershttp://en.cppreference.com/cpp/header
Named requirementshttp://en.cppreference.com/cpp/named_req
Feature test macroshttp://en.cppreference.com/cpp/feature_test
Language support libraryhttp://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttp://en.cppreference.com/cpp/concepts
Diagnostics libraryhttp://en.cppreference.com/cpp/error
Memory management libraryhttp://en.cppreference.com/cpp/memory
Metaprogramming libraryhttp://en.cppreference.com/cpp/meta
General utilities libraryhttp://en.cppreference.com/cpp/utility
Containers libraryhttp://en.cppreference.com/cpp/container
Iterators libraryhttp://en.cppreference.com/cpp/iterator
Ranges libraryhttp://en.cppreference.com/cpp/ranges
Algorithms libraryhttp://en.cppreference.com/cpp/algorithm
Strings libraryhttp://en.cppreference.com/cpp/string
Text processing libraryhttp://en.cppreference.com/cpp/text
Numerics libraryhttp://en.cppreference.com/cpp/numeric
Date and time libraryhttp://en.cppreference.com/cpp/chrono
Input/output libraryhttp://en.cppreference.com/cpp/io
Filesystem libraryhttp://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttp://en.cppreference.com/cpp/thread
Execution control libraryhttp://en.cppreference.com/cpp/execution
Technical specificationshttp://en.cppreference.com/cpp/experimental
Symbols indexhttp://en.cppreference.com/cpp/symbol_index
External librarieshttp://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Algorithm libraryhttp://en.cppreference.com/cpp/algorithm
Constrained algorithms and algorithms on rangeshttp://en.cppreference.com/cpp/algorithm/ranges
ranges::copyhttp://en.cppreference.com/cpp/algorithm/ranges/copy
ranges::sorthttp://en.cppreference.com/cpp/algorithm/ranges/sort
Non-modifying sequence operationshttp://en.cppreference.com/cpp/algorithm#Non-modifying_sequence_operations
Batch operationshttp://en.cppreference.com/cpp/algorithm#Batch_operations
for_eachhttp://en.cppreference.com/cpp/algorithm/for_each
for_each_nhttp://en.cppreference.com/cpp/algorithm/for_each_n
Search operationshttp://en.cppreference.com/cpp/algorithm#Search_operations
all_ofany_ofnone_ofhttp://en.cppreference.com/cpp/algorithm/all_any_none_of
countcount_ifhttp://en.cppreference.com/cpp/algorithm/count
mismatchhttp://en.cppreference.com/cpp/algorithm/mismatch
equalhttp://en.cppreference.com/cpp/algorithm/equal
findfind_iffind_if_nothttp://en.cppreference.com/cpp/algorithm/find
find_endhttp://en.cppreference.com/cpp/algorithm/find_end
find_first_ofhttp://en.cppreference.com/cpp/algorithm/find_first_of
adjacent_findhttp://en.cppreference.com/cpp/algorithm/adjacent_find
searchhttp://en.cppreference.com/cpp/algorithm/search
search_nhttp://en.cppreference.com/cpp/algorithm/search_n
Modifying sequence operationshttp://en.cppreference.com/cpp/algorithm#Modifying_sequence_operations
Copy operationshttp://en.cppreference.com/cpp/algorithm#Copy_operations
copycopy_ifhttp://en.cppreference.com/cpp/algorithm/copy
copy_backwardhttp://en.cppreference.com/cpp/algorithm/copy_backward
copy_nhttp://en.cppreference.com/cpp/algorithm/copy_n
movehttp://en.cppreference.com/cpp/algorithm/move
move_backwardhttp://en.cppreference.com/cpp/algorithm/move_backward
Swap operationshttp://en.cppreference.com/cpp/algorithm#Swap_operations
swaphttp://en.cppreference.com/cpp/algorithm/swap
iter_swaphttp://en.cppreference.com/cpp/algorithm/iter_swap
Transformation operationshttp://en.cppreference.com/cpp/algorithm#Transformation_operations
replacereplace_ifhttp://en.cppreference.com/cpp/algorithm/replace
transformhttp://en.cppreference.com/cpp/algorithm/transform
replace_copyreplace_copy_ifhttp://en.cppreference.com/cpp/algorithm/replace_copy
Generation operationshttp://en.cppreference.com/cpp/algorithm#Generation_operations
fillhttp://en.cppreference.com/cpp/algorithm/fill
fill_nhttp://en.cppreference.com/cpp/algorithm/fill_n
generatehttp://en.cppreference.com/cpp/algorithm/generate
generate_nhttp://en.cppreference.com/cpp/algorithm/generate_n
Removing operationshttp://en.cppreference.com/cpp/algorithm#Removing_operations
removeremove_ifhttp://en.cppreference.com/cpp/algorithm/remove
uniquehttp://en.cppreference.com/cpp/algorithm/unique
remove_copyremove_copy_ifhttp://en.cppreference.com/cpp/algorithm/remove_copy
unique_copyhttp://en.cppreference.com/cpp/algorithm/unique_copy
Order-changing operationshttp://en.cppreference.com/cpp/algorithm#Order-changing_operations
reversehttp://en.cppreference.com/cpp/algorithm/reverse
reverse_copyhttp://en.cppreference.com/cpp/algorithm/reverse_copy
rotatehttp://en.cppreference.com/cpp/algorithm/rotate
rotate_copyhttp://en.cppreference.com/cpp/algorithm/rotate_copy
random_shuffleshufflehttp://en.cppreference.com/cpp/algorithm/random_shuffle
shift_leftshift_righthttp://en.cppreference.com/cpp/algorithm/shift
Sampling operationshttp://en.cppreference.com/cpp/algorithm#Sampling_operations
samplehttp://en.cppreference.com/cpp/algorithm/sample
Sorting and related operationshttp://en.cppreference.com/cpp/algorithm#Sorting_and_related_operations
Partitioning operationshttp://en.cppreference.com/cpp/algorithm#Partitioning_operations
partitionhttp://en.cppreference.com/cpp/algorithm/partition
partition_copyhttp://en.cppreference.com/cpp/algorithm/partition_copy
stable_partitionhttp://en.cppreference.com/cpp/algorithm/stable_partition
is_partitionedhttp://en.cppreference.com/cpp/algorithm/is_partitioned
partition_pointhttp://en.cppreference.com/cpp/algorithm/partition_point
Sorting operationshttp://en.cppreference.com/cpp/algorithm#Sorting_operations
sorthttp://en.cppreference.com/cpp/algorithm/sort
stable_sorthttp://en.cppreference.com/cpp/algorithm/stable_sort
partial_sorthttp://en.cppreference.com/cpp/algorithm/partial_sort
partial_sort_copyhttp://en.cppreference.com/cpp/algorithm/partial_sort_copy
is_sortedhttp://en.cppreference.com/cpp/algorithm/is_sorted
is_sorted_untilhttp://en.cppreference.com/cpp/algorithm/is_sorted_until
nth_elementhttp://en.cppreference.com/cpp/algorithm/nth_element
Binary search operations(on partitioned ranges)http://en.cppreference.com/cpp/algorithm#Binary_search_operations_(on_partitioned_ranges)
lower_boundhttp://en.cppreference.com/cpp/algorithm/lower_bound
upper_boundhttp://en.cppreference.com/cpp/algorithm/upper_bound
equal_rangehttp://en.cppreference.com/cpp/algorithm/equal_range
binary_searchhttp://en.cppreference.com/cpp/algorithm/binary_search
Set operations (on sorted ranges)http://en.cppreference.com/cpp/algorithm#Set_operations_(on_sorted_ranges)
includeshttp://en.cppreference.com/cpp/algorithm/includes
set_unionhttp://en.cppreference.com/cpp/algorithm/set_union
set_intersectionhttp://en.cppreference.com/cpp/algorithm/set_intersection
set_differencehttp://en.cppreference.com/cpp/algorithm/set_difference
set_symmetric_differencehttp://en.cppreference.com/cpp/algorithm/set_symmetric_difference
Merge operations (on sorted ranges)http://en.cppreference.com/cpp/algorithm#Merge_operations_(on_sorted_ranges)
mergehttp://en.cppreference.com/cpp/algorithm/merge
inplace_mergehttp://en.cppreference.com/cpp/algorithm/inplace_merge
Heap operationshttp://en.cppreference.com/cpp/algorithm#Heap_operations
push_heaphttp://en.cppreference.com/cpp/algorithm/push_heap
pop_heaphttp://en.cppreference.com/cpp/algorithm/pop_heap
make_heaphttp://en.cppreference.com/cpp/algorithm/make_heap
sort_heaphttp://en.cppreference.com/cpp/algorithm/sort_heap
is_heaphttp://en.cppreference.com/cpp/algorithm/is_heap
is_heap_untilhttp://en.cppreference.com/cpp/algorithm/is_heap_until
Minimum/maximum operationshttp://en.cppreference.com/cpp/algorithm#Minimum/maximum_operations
maxhttp://en.cppreference.com/cpp/algorithm/max
minhttp://en.cppreference.com/cpp/algorithm/min
minmaxhttp://en.cppreference.com/cpp/algorithm/minmax
clamphttp://en.cppreference.com/cpp/algorithm/clamp
max_elementhttp://en.cppreference.com/cpp/algorithm/max_element
min_elementhttp://en.cppreference.com/cpp/algorithm/min_element
minmax_elementhttp://en.cppreference.com/cpp/algorithm/minmax_element
Lexicographical comparison operationshttp://en.cppreference.com/cpp/algorithm#Lexicographical_comparison_operations
lexicographical_comparehttp://en.cppreference.com/cpp/algorithm/lexicographical_compare
lexicographical_compare_three_wayhttp://en.cppreference.com/cpp/algorithm/lexicographical_compare_three_way
Permutation operationshttp://en.cppreference.com/cpp/algorithm#Permutation_operations
next_permutationhttp://en.cppreference.com/cpp/algorithm/next_permutation
prev_permutationhttp://en.cppreference.com/cpp/algorithm/prev_permutation
is_permutationhttp://en.cppreference.com/cpp/algorithm/is_permutation
Execution policies (C++17)http://en.cppreference.com/cpp/algorithm#Execution_policies
is_execution_policyhttp://en.cppreference.com/cpp/algorithm/is_execution_policy
execution::seqexecution::parexecution::par_unseqexecution::unseqhttp://en.cppreference.com/cpp/algorithm/execution_policy_tag
execution-policyhttp://en.cppreference.com/cpp/algorithm/execution-policy
execution::sequenced_policyexecution::parallel_policyexecution::parallel_unsequenced_policyexecution::parallel_unsequencedhttp://en.cppreference.com/cpp/algorithm/execution_policy_tag_t
Numeric operationshttp://en.cppreference.com/cpp/algorithm#Numeric_operations
iotahttp://en.cppreference.com/cpp/algorithm/iota
inner_producthttp://en.cppreference.com/cpp/algorithm/inner_product
reducehttp://en.cppreference.com/cpp/algorithm/reduce
accumulatehttp://en.cppreference.com/cpp/algorithm/accumulate
adjacent_differencehttp://en.cppreference.com/cpp/algorithm/adjacent_difference
transform_reducehttp://en.cppreference.com/cpp/algorithm/transform_reduce
partial_sumhttp://en.cppreference.com/cpp/algorithm/partial_sum
inclusive_scanhttp://en.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttp://en.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttp://en.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttp://en.cppreference.com/cpp/algorithm/transform_exclusive_scan
Specialized algorithmshttp://en.cppreference.com/cpp/algorithm/memory
Specialized algorithmshttp://en.cppreference.com/cpp/algorithm#Specialized_random_algorithms
ranges::generate_randomhttp://en.cppreference.com/cpp/algorithm/ranges/generate_random
C libraryhttp://en.cppreference.com/cpp/algorithm#C_library
qsorthttp://en.cppreference.com/cpp/algorithm/qsort
bsearchhttp://en.cppreference.com/cpp/algorithm/bsearch
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/navbar_content&action=edit
http://en.cppreference.com/cpp/header/algorithm
Swappablehttp://en.cppreference.com/cpp/named_req/Swappable
1 Parametershttp://en.cppreference.com/w/cpp/algorithm/swap_ranges#Parameters
2 Return valuehttp://en.cppreference.com/w/cpp/algorithm/swap_ranges#Return_value
3 Complexityhttp://en.cppreference.com/w/cpp/algorithm/swap_ranges#Complexity
4 Exceptionshttp://en.cppreference.com/w/cpp/algorithm/swap_ranges#Exceptions
5 Noteshttp://en.cppreference.com/w/cpp/algorithm/swap_ranges#Notes
6 Possible implementationhttp://en.cppreference.com/w/cpp/algorithm/swap_ranges#Possible_implementation
7 Examplehttp://en.cppreference.com/w/cpp/algorithm/swap_ranges#Example
8 See alsohttp://en.cppreference.com/w/cpp/algorithm/swap_ranges#See_also
rangehttp://en.cppreference.com/cpp/iterator#Ranges
execution policyhttp://en.cppreference.com/cpp/algorithm/execution_policy_tag_t
LegacyForwardIteratorhttp://en.cppreference.com/cpp/named_req/ForwardIterator
standard policieshttp://en.cppreference.com/cpp/algorithm/execution_policy_tag_t
MSVC STLhttps://github.com/microsoft/STL/blob/main/stl/src/vector_algorithms.cpp
LegacyContiguousIteratorhttp://en.cppreference.com/cpp/named_req/ContiguousIterator
ADLhttp://en.cppreference.com/cpp/language/adl
iter_swaphttp://en.cppreference.com/cpp/algorithm/iter_swap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_iter_swap&action=edit
swaphttp://en.cppreference.com/cpp/algorithm/swap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_swap&action=edit
ranges::swap_rangeshttp://en.cppreference.com/cpp/algorithm/ranges/swap_ranges
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_swap_ranges&action=edit
Categorieshttp://en.cppreference.com/Special:Categories
Pages using deprecated source tagshttp://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttp://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttp://en.cppreference.com/Special:RecentChanges
FAQhttp://en.cppreference.com/Cppreference:FAQ
Offline versionhttp://en.cppreference.com/Cppreference:Archives
http://en.cppreference.com/w/cpp/algorithm/swap_ranges
What links herehttp://en.cppreference.com/Special:WhatLinksHere/cpp/algorithm/swap_ranges
Related changeshttp://en.cppreference.com/Special:RecentChangesLinked/cpp/algorithm/swap_ranges
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttp://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttp://en.cppreference.com/index.php?title=cpp/algorithm/swap_ranges&oldid=180362
Page informationhttp://en.cppreference.com/index.php?title=cpp/algorithm/swap_ranges&action=info
Deutschhttps://de.cppreference.com/cpp/algorithm/swap_ranges
Españolhttp://es.cppreference.com/cpp/algorithm/swap_ranges
Françaishttp://fr.cppreference.com/cpp/algorithm/swap_ranges
Italianohttp://it.cppreference.com/cpp/algorithm/swap_ranges
日本語http://ja.cppreference.com/cpp/algorithm/swap_ranges
Portuguêshttp://pt.cppreference.com/cpp/algorithm/swap_ranges
Русскийhttp://ru.cppreference.com/cpp/algorithm/swap_ranges
中文http://zh.cppreference.com/cpp/algorithm/swap_ranges

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.