René's URL Explorer Experiment


Title: std::swap - cppreference.com

Generator: MediaWiki 1.43.9

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
Log inhttp://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Falgorithm%2Fswap
Pagehttp://en.cppreference.com/cpp/algorithm/swap
Discussionhttp://en.cppreference.com/Talk:cpp/algorithm/swap
http://en.cppreference.com/cpp/algorithm/swap
Readhttp://en.cppreference.com/cpp/algorithm/swap
View sourcehttp://en.cppreference.com/index.php?title=cpp/algorithm/swap&action=edit
View historyhttp://en.cppreference.com/index.php?title=cpp/algorithm/swap&action=history
http://en.cppreference.com/cpp/algorithm/swap
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
iter_swaphttp://en.cppreference.com/cpp/algorithm/iter_swap
swap_rangeshttp://en.cppreference.com/cpp/algorithm/swap_ranges
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
http://en.cppreference.com/cpp/header/utility
http://en.cppreference.com/cpp/header/string_view
1 Parametershttp://en.cppreference.com/cpp/algorithm/swap#Parameters
2 Return valuehttp://en.cppreference.com/cpp/algorithm/swap#Return_value
3 Exceptionshttp://en.cppreference.com/cpp/algorithm/swap#Exceptions
4 Complexityhttp://en.cppreference.com/cpp/algorithm/swap#Complexity
5 Specializationshttp://en.cppreference.com/cpp/algorithm/swap#Specializations
6 Examplehttp://en.cppreference.com/cpp/algorithm/swap#Example
7 Defect reportshttp://en.cppreference.com/cpp/algorithm/swap#Defect_reports
8 See alsohttp://en.cppreference.com/cpp/algorithm/swap#See_also
CopyConstructiblehttp://en.cppreference.com/cpp/named_req/CopyConstructible
CopyAssignablehttp://en.cppreference.com/cpp/named_req/CopyAssignable
MoveConstructiblehttp://en.cppreference.com/cpp/named_req/MoveConstructible
MoveAssignablehttp://en.cppreference.com/cpp/named_req/MoveAssignable
Swappablehttp://en.cppreference.com/cpp/named_req/Swappable
noexcepthttp://en.cppreference.com/cpp/language/noexcept_spec
noexcepthttp://en.cppreference.com/cpp/language/noexcept_spec
noexcepthttp://en.cppreference.com/cpp/language/noexcept_spec
specialized in namespace stdhttp://en.cppreference.com/cpp/language/extending_std
ADLhttp://en.cppreference.com/cpp/language/adl
program-defined typehttp://en.cppreference.com/cpp/language/type#Program-defined_type
Swappablehttp://en.cppreference.com/cpp/named_req/Swappable
std::swap(std::pair)http://en.cppreference.com/cpp/utility/pair/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/pair/dsc_swap2&action=edit
std::swap(std::tuple)http://en.cppreference.com/cpp/utility/tuple/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/tuple/dsc_swap2&action=edit
std::swap(std::shared_ptr)http://en.cppreference.com/cpp/memory/shared_ptr/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_swap2&action=edit
std::swap(std::weak_ptr)http://en.cppreference.com/cpp/memory/weak_ptr/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/weak_ptr/dsc_swap2&action=edit
std::swap(std::unique_ptr)http://en.cppreference.com/cpp/memory/unique_ptr/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/unique_ptr/dsc_swap2&action=edit
std::swap(std::function)http://en.cppreference.com/cpp/utility/functional/function/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/function/dsc_swap2&action=edit
std::swap(std::basic_string)http://en.cppreference.com/cpp/string/basic_string/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/string/basic_string/dsc_swap2&action=edit
std::swap(std::array)http://en.cppreference.com/cpp/container/array/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::deque)http://en.cppreference.com/cpp/container/deque/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::forward_list)http://en.cppreference.com/cpp/container/forward_list/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::list)http://en.cppreference.com/cpp/container/list/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::vector)http://en.cppreference.com/cpp/container/vector/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::map)http://en.cppreference.com/cpp/container/map/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::multimap)http://en.cppreference.com/cpp/container/multimap/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::set)http://en.cppreference.com/cpp/container/set/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::multiset)http://en.cppreference.com/cpp/container/multiset/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::unordered_map)http://en.cppreference.com/cpp/container/unordered_map/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::unordered_multimap)http://en.cppreference.com/cpp/container/unordered_multimap/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::unordered_set)http://en.cppreference.com/cpp/container/unordered_set/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::unordered_multiset)http://en.cppreference.com/cpp/container/unordered_multiset/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::queue)http://en.cppreference.com/cpp/container/queue/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::priority_queue)http://en.cppreference.com/cpp/container/priority_queue/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::stack)http://en.cppreference.com/cpp/container/stack/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::valarray)http://en.cppreference.com/cpp/numeric/valarray/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_swap2&action=edit
std::swap(std::basic_stringbuf)http://en.cppreference.com/cpp/io/basic_stringbuf/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_stringbuf/dsc_swap2&action=edit
std::swap(std::basic_istringstream)http://en.cppreference.com/cpp/io/basic_istringstream/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_stringstream/dsc_swap2&action=edit
std::swap(std::basic_ostringstream)http://en.cppreference.com/cpp/io/basic_ostringstream/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_stringstream/dsc_swap2&action=edit
std::swap(std::basic_stringstream)http://en.cppreference.com/cpp/io/basic_stringstream/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_stringstream/dsc_swap2&action=edit
std::swap(std::basic_filebuf)http://en.cppreference.com/cpp/io/basic_filebuf/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_filebuf/dsc_swap2&action=edit
std::swap(std::basic_ifstream)http://en.cppreference.com/cpp/io/basic_ifstream/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_fstream/dsc_swap2&action=edit
std::swap(std::basic_ofstream)http://en.cppreference.com/cpp/io/basic_ofstream/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_fstream/dsc_swap2&action=edit
std::swap(std::basic_fstream)http://en.cppreference.com/cpp/io/basic_fstream/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_fstream/dsc_swap2&action=edit
std::swap(std::basic_syncbuf)http://en.cppreference.com/cpp/io/basic_syncbuf/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_syncbuf/dsc_swap2&action=edit
std::swap(std::basic_spanbuf)http://en.cppreference.com/cpp/io/basic_spanbuf/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_spanbuf/dsc_swap2&action=edit
std::swap(std::basic_ispanstream)http://en.cppreference.com/cpp/io/basic_ispanstream/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_spanstream/dsc_swap2&action=edit
std::swap(std::basic_ospanstream)http://en.cppreference.com/cpp/io/basic_ospanstream/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_spanstream/dsc_swap2&action=edit
std::swap(std::basic_spanstream)http://en.cppreference.com/cpp/io/basic_spanstream/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/io/basic_spanstream/dsc_swap2&action=edit
std::swap(std::basic_regex)http://en.cppreference.com/cpp/regex/basic_regex/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/basic_regex/dsc_swap2&action=edit
std::swap(std::match_results)http://en.cppreference.com/cpp/regex/match_results/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_swap2&action=edit
std::swap(std::thread)http://en.cppreference.com/cpp/thread/thread/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_swap2&action=edit
std::swap(std::unique_lock)http://en.cppreference.com/cpp/thread/unique_lock/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/unique_lock/dsc_swap2&action=edit
std::swap(std::shared_lock)http://en.cppreference.com/cpp/thread/shared_lock/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/shared_lock/dsc_swap2&action=edit
std::swap(std::promise)http://en.cppreference.com/cpp/thread/promise/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/promise/dsc_swap2&action=edit
std::swap(std::packaged_task)http://en.cppreference.com/cpp/thread/packaged_task/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/packaged_task/dsc_swap2&action=edit
std::swap(std::optional)http://en.cppreference.com/cpp/utility/optional/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/optional/dsc_swap2&action=edit
std::swap(std::any)http://en.cppreference.com/cpp/utility/any/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/any/dsc_swap2&action=edit
std::swap(std::variant)http://en.cppreference.com/cpp/utility/variant/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/variant/dsc_swap2&action=edit
std::swap(std::basic_stacktrace)http://en.cppreference.com/cpp/utility/basic_stacktrace/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/basic_stacktrace/dsc_swap2&action=edit
swap(std::filesystem::path)http://en.cppreference.com/cpp/filesystem/path/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/filesystem/path/dsc_swap2&action=edit
swap(std::expected)http://en.cppreference.com/cpp/utility/expected/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/expected/dsc_swap2&action=edit
swap(std::jthread)http://en.cppreference.com/cpp/thread/jthread/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_swap2&action=edit
swap(std::move_only_function)http://en.cppreference.com/cpp/utility/functional/move_only_function/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/move_only_function/dsc_swap2&action=edit
swap(std::stop_source)http://en.cppreference.com/cpp/thread/stop_source/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/stop_source/dsc_swap2&action=edit
swap(std::stop_token)http://en.cppreference.com/cpp/thread/stop_token/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/stop_token/dsc_swap2&action=edit
LWG 227https://cplusplus.github.io/LWG/issue227
CopyConstructiblehttp://en.cppreference.com/cpp/named_req/CopyConstructible
DefaultConstructiblehttp://en.cppreference.com/cpp/named_req/DefaultConstructible
CopyConstructiblehttp://en.cppreference.com/cpp/named_req/CopyConstructible
LWG 809https://cplusplus.github.io/LWG/issue809
LWG 2554https://cplusplus.github.io/LWG/issue2554
ranges::swaphttp://en.cppreference.com/cpp/utility/ranges/swap
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/ranges/dsc_swap&action=edit
iter_swaphttp://en.cppreference.com/cpp/algorithm/iter_swap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_iter_swap&action=edit
swap_rangeshttp://en.cppreference.com/cpp/algorithm/swap_ranges
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_swap_ranges&action=edit
ranges::swap_rangeshttp://en.cppreference.com/cpp/algorithm/ranges/swap_ranges
exchangehttp://en.cppreference.com/cpp/utility/exchange
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/dsc_exchange&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
conditionally noexcepthttp://en.cppreference.com/index.php?title=Category:conditionally_noexcept&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/cpp/algorithm/swap
What links herehttp://en.cppreference.com/Special:WhatLinksHere/cpp/algorithm/swap
Related changeshttp://en.cppreference.com/Special:RecentChangesLinked/cpp/algorithm/swap
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&oldid=175679
Page informationhttp://en.cppreference.com/index.php?title=cpp/algorithm/swap&action=info
Deutschhttps://de.cppreference.com/cpp/algorithm/swap
Españolhttp://es.cppreference.com/cpp/algorithm/swap
Françaishttp://fr.cppreference.com/cpp/algorithm/swap
Italianohttp://it.cppreference.com/cpp/algorithm/swap
日本語http://ja.cppreference.com/cpp/algorithm/swap
Portuguêshttp://pt.cppreference.com/cpp/algorithm/swap
Русскийhttp://ru.cppreference.com/cpp/algorithm/swap
中文http://zh.cppreference.com/cpp/algorithm/swap

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.