René's URL Explorer Experiment


Title: std::swap - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://zh.cppreference.com/
创建账号https://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Falgorithm%2Fswap
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Falgorithm%2Fswap
页面https://zh.cppreference.com/cpp/algorithm/swap
讨论https://zh.cppreference.com/index.php?title=Talk:cpp/algorithm/swap&action=edit&redlink=1
https://zh.cppreference.com/cpp/algorithm/swap
不转换https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&variant=zh
简体https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&variant=zh-tw
阅读https://zh.cppreference.com/cpp/algorithm/swap
查看源代码https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&action=edit
查看历史https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&action=history
https://zh.cppreference.com/cpp/algorithm/swap
cpphttps://zh.cppreference.com/cpp
algorithmhttps://zh.cppreference.com/cpp/algorithm
C++https://zh.cppreference.com/cpp
编译器支持https://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现https://zh.cppreference.com/cpp/freestanding
语言https://zh.cppreference.com/cpp/language
标准库https://zh.cppreference.com/cpp/standard_library
标准库标头https://zh.cppreference.com/cpp/header
具名要求https://zh.cppreference.com/cpp/named_req
功能特性测试宏https://zh.cppreference.com/cpp/feature_test
语言支持库https://zh.cppreference.com/cpp/utility#语言支持
概念库https://zh.cppreference.com/cpp/concepts
诊断库https://zh.cppreference.com/cpp/error
内存管理库https://zh.cppreference.com/cpp/memory
元编程库https://zh.cppreference.com/cpp/meta
通用工具库https://zh.cppreference.com/cpp/utility
容器库https://zh.cppreference.com/cpp/container
迭代器库https://zh.cppreference.com/cpp/iterator
范围库https://zh.cppreference.com/cpp/ranges
算法库https://zh.cppreference.com/cpp/algorithm
字符串库https://zh.cppreference.com/cpp/string
文本处理库https://zh.cppreference.com/cpp/text
数值库https://zh.cppreference.com/cpp/numeric
日期和时间库https://zh.cppreference.com/cpp/chrono
输入/输出库https://zh.cppreference.com/cpp/io
文件系统库https://zh.cppreference.com/cpp/filesystem
并发支持库https://zh.cppreference.com/cpp/thread
执行控制库https://zh.cppreference.com/cpp/execution
技术规范https://zh.cppreference.com/cpp/experimental
符号索引https://zh.cppreference.com/cpp/symbol_index
外部库https://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
算法库https://zh.cppreference.com/cpp/algorithm
受约束算法及范围上的算法https://zh.cppreference.com/cpp/algorithm/ranges
ranges::copyhttps://zh.cppreference.com/cpp/algorithm/ranges/copy
ranges::sorthttps://zh.cppreference.com/cpp/algorithm/ranges/sort
不修改序列的操作https://zh.cppreference.com/cpp/algorithm#不修改序列的操作
批量操作https://zh.cppreference.com/cpp/algorithm#批量操作
for_eachhttps://zh.cppreference.com/cpp/algorithm/for_each
for_each_nhttps://zh.cppreference.com/cpp/algorithm/for_each_n
搜索操作https://zh.cppreference.com/cpp/algorithm#搜索操作
all_ofany_ofnone_ofhttps://zh.cppreference.com/cpp/algorithm/all_any_none_of
countcount_ifhttps://zh.cppreference.com/cpp/algorithm/count
mismatchhttps://zh.cppreference.com/cpp/algorithm/mismatch
equalhttps://zh.cppreference.com/cpp/algorithm/equal
findfind_iffind_if_nothttps://zh.cppreference.com/cpp/algorithm/find
find_endhttps://zh.cppreference.com/cpp/algorithm/find_end
find_first_ofhttps://zh.cppreference.com/cpp/algorithm/find_first_of
adjacent_findhttps://zh.cppreference.com/cpp/algorithm/adjacent_find
searchhttps://zh.cppreference.com/cpp/algorithm/search
search_nhttps://zh.cppreference.com/cpp/algorithm/search_n
修改序列的操作https://zh.cppreference.com/cpp/algorithm#修改序列的操作
复制操作https://zh.cppreference.com/cpp/algorithm#复制操作
copycopy_ifhttps://zh.cppreference.com/cpp/algorithm/copy
copy_backwardhttps://zh.cppreference.com/cpp/algorithm/copy_backward
copy_nhttps://zh.cppreference.com/cpp/algorithm/copy_n
movehttps://zh.cppreference.com/cpp/algorithm/move
move_backwardhttps://zh.cppreference.com/cpp/algorithm/move_backward
交换操作https://zh.cppreference.com/cpp/algorithm#交换操作
iter_swaphttps://zh.cppreference.com/cpp/algorithm/iter_swap
swap_rangeshttps://zh.cppreference.com/cpp/algorithm/swap_ranges
变换操作https://zh.cppreference.com/cpp/algorithm#变换操作
replacereplace_ifhttps://zh.cppreference.com/cpp/algorithm/replace
transformhttps://zh.cppreference.com/cpp/algorithm/transform
replace_copyreplace_copy_ifhttps://zh.cppreference.com/cpp/algorithm/replace_copy
生成操作https://zh.cppreference.com/cpp/algorithm#生成操作
fillhttps://zh.cppreference.com/cpp/algorithm/fill
fill_nhttps://zh.cppreference.com/cpp/algorithm/fill_n
generatehttps://zh.cppreference.com/cpp/algorithm/generate
generate_nhttps://zh.cppreference.com/cpp/algorithm/generate_n
移除操作https://zh.cppreference.com/cpp/algorithm#移除操作
removeremove_ifhttps://zh.cppreference.com/cpp/algorithm/remove
uniquehttps://zh.cppreference.com/cpp/algorithm/unique
remove_copyremove_copy_ifhttps://zh.cppreference.com/cpp/algorithm/remove_copy
unique_copyhttps://zh.cppreference.com/cpp/algorithm/unique_copy
顺序变更操作https://zh.cppreference.com/cpp/algorithm#顺序变更操作
reversehttps://zh.cppreference.com/cpp/algorithm/reverse
reverse_copyhttps://zh.cppreference.com/cpp/algorithm/reverse_copy
rotatehttps://zh.cppreference.com/cpp/algorithm/rotate
rotate_copyhttps://zh.cppreference.com/cpp/algorithm/rotate_copy
random_shuffleshufflehttps://zh.cppreference.com/cpp/algorithm/random_shuffle
shift_leftshift_righthttps://zh.cppreference.com/cpp/algorithm/shift
采样操作https://zh.cppreference.com/cpp/algorithm#采样操作
samplehttps://zh.cppreference.com/cpp/algorithm/sample
排序和相关操作https://zh.cppreference.com/cpp/algorithm#排序和相关操作
划分操作https://zh.cppreference.com/cpp/algorithm#划分操作
partitionhttps://zh.cppreference.com/cpp/algorithm/partition
partition_copyhttps://zh.cppreference.com/cpp/algorithm/partition_copy
stable_partitionhttps://zh.cppreference.com/cpp/algorithm/stable_partition
is_partitionedhttps://zh.cppreference.com/cpp/algorithm/is_partitioned
partition_pointhttps://zh.cppreference.com/cpp/algorithm/partition_point
排序操作https://zh.cppreference.com/cpp/algorithm#排序操作
sorthttps://zh.cppreference.com/cpp/algorithm/sort
stable_sorthttps://zh.cppreference.com/cpp/algorithm/stable_sort
partial_sorthttps://zh.cppreference.com/cpp/algorithm/partial_sort
partial_sort_copyhttps://zh.cppreference.com/cpp/algorithm/partial_sort_copy
is_sortedhttps://zh.cppreference.com/cpp/algorithm/is_sorted
is_sorted_untilhttps://zh.cppreference.com/cpp/algorithm/is_sorted_until
nth_elementhttps://zh.cppreference.com/cpp/algorithm/nth_element
二分搜索操作(在已划分范围上)https://zh.cppreference.com/cpp/algorithm#二分搜索操作(在已划分范围上)
lower_boundhttps://zh.cppreference.com/cpp/algorithm/lower_bound
upper_boundhttps://zh.cppreference.com/cpp/algorithm/upper_bound
equal_rangehttps://zh.cppreference.com/cpp/algorithm/equal_range
binary_searchhttps://zh.cppreference.com/cpp/algorithm/binary_search
集合操作(在有序范围上)https://zh.cppreference.com/cpp/algorithm#集合操作(在有序范围上)
includeshttps://zh.cppreference.com/cpp/algorithm/includes
set_unionhttps://zh.cppreference.com/cpp/algorithm/set_union
set_intersectionhttps://zh.cppreference.com/cpp/algorithm/set_intersection
set_differencehttps://zh.cppreference.com/cpp/algorithm/set_difference
set_symmetric_differencehttps://zh.cppreference.com/cpp/algorithm/set_symmetric_difference
归并操作(在有序范围上)https://zh.cppreference.com/cpp/algorithm#归并操作(在有序范围上)
mergehttps://zh.cppreference.com/cpp/algorithm/merge
inplace_mergehttps://zh.cppreference.com/cpp/algorithm/inplace_merge
堆操作https://zh.cppreference.com/cpp/algorithm#堆操作
push_heaphttps://zh.cppreference.com/cpp/algorithm/push_heap
pop_heaphttps://zh.cppreference.com/cpp/algorithm/pop_heap
make_heaphttps://zh.cppreference.com/cpp/algorithm/make_heap
sort_heaphttps://zh.cppreference.com/cpp/algorithm/sort_heap
is_heaphttps://zh.cppreference.com/cpp/algorithm/is_heap
is_heap_untilhttps://zh.cppreference.com/cpp/algorithm/is_heap_until
最小/最大操作https://zh.cppreference.com/cpp/algorithm#最小/最大操作
maxhttps://zh.cppreference.com/cpp/algorithm/max
minhttps://zh.cppreference.com/cpp/algorithm/min
minmaxhttps://zh.cppreference.com/cpp/algorithm/minmax
clamphttps://zh.cppreference.com/cpp/algorithm/clamp
max_elementhttps://zh.cppreference.com/cpp/algorithm/max_element
min_elementhttps://zh.cppreference.com/cpp/algorithm/min_element
minmax_elementhttps://zh.cppreference.com/cpp/algorithm/minmax_element
字典序比较操作https://zh.cppreference.com/cpp/algorithm#字典序比较操作
lexicographical_comparehttps://zh.cppreference.com/cpp/algorithm/lexicographical_compare
lexicographical_compare_three_wayhttps://zh.cppreference.com/cpp/algorithm/lexicographical_compare_three_way
排列操作https://zh.cppreference.com/cpp/algorithm#排列操作
next_permutationhttps://zh.cppreference.com/cpp/algorithm/next_permutation
prev_permutationhttps://zh.cppreference.com/cpp/algorithm/prev_permutation
is_permutationhttps://zh.cppreference.com/cpp/algorithm/is_permutation
执行策略 (C++17)https://zh.cppreference.com/cpp/algorithm#执行策略
is_execution_policyhttps://zh.cppreference.com/cpp/algorithm/is_execution_policy
execution::seqexecution::parexecution::par_unseqexecution::unseqhttps://zh.cppreference.com/cpp/algorithm/execution_policy_tag
execution-policyhttps://zh.cppreference.com/cpp/algorithm/execution-policy
execution::sequenced_policyexecution::parallel_policyexecution::parallel_unsequenced_policyexecution::parallel_unsequencedhttps://zh.cppreference.com/cpp/algorithm/execution_policy_tag_t
数值运算https://zh.cppreference.com/cpp/algorithm#数值运算
iotahttps://zh.cppreference.com/cpp/algorithm/iota
inner_producthttps://zh.cppreference.com/cpp/algorithm/inner_product
reducehttps://zh.cppreference.com/cpp/algorithm/reduce
accumulatehttps://zh.cppreference.com/cpp/algorithm/accumulate
adjacent_differencehttps://zh.cppreference.com/cpp/algorithm/adjacent_difference
transform_reducehttps://zh.cppreference.com/cpp/algorithm/transform_reduce
partial_sumhttps://zh.cppreference.com/cpp/algorithm/partial_sum
inclusive_scanhttps://zh.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttps://zh.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttps://zh.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttps://zh.cppreference.com/cpp/algorithm/transform_exclusive_scan
专门算法https://zh.cppreference.com/cpp/algorithm/memory
专门算法https://zh.cppreference.com/cpp/algorithm#random_专门算法
ranges::generate_randomhttps://zh.cppreference.com/cpp/algorithm/ranges/generate_random
C 库https://zh.cppreference.com/cpp/algorithm#C_库
qsorthttps://zh.cppreference.com/cpp/algorithm/qsort
bsearchhttps://zh.cppreference.com/cpp/algorithm/bsearch
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/navbar_content&action=edit
https://zh.cppreference.com/cpp/header/algorithm
https://zh.cppreference.com/cpp/header/utility
https://zh.cppreference.com/cpp/header/string_view
1 参数https://zh.cppreference.com/cpp/algorithm/swap#参数
2 返回值https://zh.cppreference.com/cpp/algorithm/swap#返回值
3 异常https://zh.cppreference.com/cpp/algorithm/swap#异常
4 复杂度https://zh.cppreference.com/cpp/algorithm/swap#复杂度
5 特化https://zh.cppreference.com/cpp/algorithm/swap#特化
6 示例https://zh.cppreference.com/cpp/algorithm/swap#示例
7 缺陷报告https://zh.cppreference.com/cpp/algorithm/swap#缺陷报告
8 参阅https://zh.cppreference.com/cpp/algorithm/swap#参阅
可复制构造 (CopyConstructible) https://zh.cppreference.com/cpp/named_req/CopyConstructible
可复制赋值 (CopyAssignable) https://zh.cppreference.com/cpp/named_req/CopyAssignable
可移动构造 (MoveConstructible) https://zh.cppreference.com/cpp/named_req/MoveConstructible
可移动赋值 (MoveAssignable) https://zh.cppreference.com/cpp/named_req/MoveAssignable
可交换 (Swappable) https://zh.cppreference.com/cpp/named_req/Swappable
noexcepthttps://zh.cppreference.com/cpp/language/noexcept_spec
noexcepthttps://zh.cppreference.com/cpp/language/noexcept_spec
noexcepthttps://zh.cppreference.com/cpp/language/noexcept_spec
在 std 命名空间中特化https://zh.cppreference.com/cpp/language/extending_std
实参依赖查找https://zh.cppreference.com/cpp/language/adl
由程序定义的类型https://zh.cppreference.com/cpp/language/type#由程序定义的类型
可交换 (Swappable) https://zh.cppreference.com/cpp/named_req/Swappable
std::swap(std::pair)https://zh.cppreference.com/cpp/utility/pair/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/pair/dsc_swap2&action=edit
std::swap(std::tuple)https://zh.cppreference.com/cpp/utility/tuple/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/tuple/dsc_swap2&action=edit
std::swap(std::shared_ptr)https://zh.cppreference.com/cpp/memory/shared_ptr/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_swap2&action=edit
std::swap(std::weak_ptr)https://zh.cppreference.com/cpp/memory/weak_ptr/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/weak_ptr/dsc_swap2&action=edit
std::swap(std::unique_ptr)https://zh.cppreference.com/cpp/memory/unique_ptr/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/unique_ptr/dsc_swap2&action=edit
std::swap(std::function)https://zh.cppreference.com/cpp/utility/functional/function/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/functional/function/dsc_swap2&action=edit
std::swap(std::basic_string)https://zh.cppreference.com/cpp/string/basic_string/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/basic_string/dsc_swap2&action=edit
std::swap(std::array)https://zh.cppreference.com/cpp/container/array/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::deque)https://zh.cppreference.com/cpp/container/deque/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::forward_list)https://zh.cppreference.com/cpp/container/forward_list/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::list)https://zh.cppreference.com/cpp/container/list/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::vector)https://zh.cppreference.com/cpp/container/vector/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::map)https://zh.cppreference.com/cpp/container/map/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::multimap)https://zh.cppreference.com/cpp/container/multimap/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::set)https://zh.cppreference.com/cpp/container/set/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::multiset)https://zh.cppreference.com/cpp/container/multiset/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::unordered_map)https://zh.cppreference.com/cpp/container/unordered_map/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::unordered_multimap)https://zh.cppreference.com/cpp/container/unordered_multimap/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::unordered_set)https://zh.cppreference.com/cpp/container/unordered_set/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::unordered_multiset)https://zh.cppreference.com/cpp/container/unordered_multiset/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::queue)https://zh.cppreference.com/cpp/container/queue/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::priority_queue)https://zh.cppreference.com/cpp/container/priority_queue/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::stack)https://zh.cppreference.com/cpp/container/stack/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/container/dsc_swap2&action=edit
std::swap(std::valarray)https://zh.cppreference.com/cpp/numeric/valarray/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_swap2&action=edit
std::swap(std::basic_stringbuf)https://zh.cppreference.com/cpp/io/basic_stringbuf/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_stringbuf/dsc_swap2&action=edit
std::swap(std::basic_istringstream)https://zh.cppreference.com/cpp/io/basic_istringstream/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_stringstream/dsc_swap2&action=edit
std::swap(std::basic_ostringstream)https://zh.cppreference.com/cpp/io/basic_ostringstream/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_stringstream/dsc_swap2&action=edit
std::swap(std::basic_stringstream)https://zh.cppreference.com/cpp/io/basic_stringstream/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_stringstream/dsc_swap2&action=edit
std::swap(std::basic_filebuf)https://zh.cppreference.com/cpp/io/basic_filebuf/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_filebuf/dsc_swap2&action=edit
std::swap(std::basic_ifstream)https://zh.cppreference.com/cpp/io/basic_ifstream/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_fstream/dsc_swap2&action=edit
std::swap(std::basic_ofstream)https://zh.cppreference.com/cpp/io/basic_ofstream/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_fstream/dsc_swap2&action=edit
std::swap(std::basic_fstream)https://zh.cppreference.com/cpp/io/basic_fstream/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_fstream/dsc_swap2&action=edit
std::swap(std::basic_syncbuf)https://zh.cppreference.com/cpp/io/basic_syncbuf/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_syncbuf/dsc_swap2&action=edit
std::swap(std::basic_spanbuf)https://zh.cppreference.com/cpp/io/basic_spanbuf/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_spanbuf/dsc_swap2&action=edit
std::swap(std::basic_ispanstream)https://zh.cppreference.com/cpp/io/basic_ispanstream/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_spanstream/dsc_swap2&action=edit
std::swap(std::basic_ospanstream)https://zh.cppreference.com/cpp/io/basic_ospanstream/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_spanstream/dsc_swap2&action=edit
std::swap(std::basic_spanstream)https://zh.cppreference.com/cpp/io/basic_spanstream/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/io/basic_spanstream/dsc_swap2&action=edit
std::swap(std::basic_regex)https://zh.cppreference.com/cpp/regex/basic_regex/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/regex/basic_regex/dsc_swap2&action=edit
std::swap(std::match_results)https://zh.cppreference.com/cpp/regex/match_results/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_swap2&action=edit
std::swap(std::thread)https://zh.cppreference.com/cpp/thread/thread/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_swap2&action=edit
std::swap(std::unique_lock)https://zh.cppreference.com/cpp/thread/unique_lock/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/unique_lock/dsc_swap2&action=edit
std::swap(std::shared_lock)https://zh.cppreference.com/cpp/thread/shared_lock/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/shared_lock/dsc_swap2&action=edit
std::swap(std::promise)https://zh.cppreference.com/cpp/thread/promise/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/promise/dsc_swap2&action=edit
std::swap(std::packaged_task)https://zh.cppreference.com/cpp/thread/packaged_task/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/packaged_task/dsc_swap2&action=edit
std::swap(std::optional)https://zh.cppreference.com/cpp/utility/optional/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/optional/dsc_swap2&action=edit
std::swap(std::any)https://zh.cppreference.com/cpp/utility/any/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/any/dsc_swap2&action=edit
std::swap(std::variant)https://zh.cppreference.com/cpp/utility/variant/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/variant/dsc_swap2&action=edit
std::swap(std::basic_stacktrace)https://zh.cppreference.com/cpp/utility/basic_stacktrace/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/basic_stacktrace/dsc_swap2&action=edit
swap(std::filesystem::path)https://zh.cppreference.com/cpp/filesystem/path/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/filesystem/path/dsc_swap2&action=edit
swap(std::expected)https://zh.cppreference.com/cpp/utility/expected/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/expected/dsc_swap2&action=edit
swap(std::jthread)https://zh.cppreference.com/cpp/thread/jthread/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_swap2&action=edit
swap(std::move_only_function)https://zh.cppreference.com/cpp/utility/functional/move_only_function/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/functional/move_only_function/dsc_swap2&action=edit
swap(std::stop_source)https://zh.cppreference.com/cpp/thread/stop_source/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/stop_source/dsc_swap2&action=edit
swap(std::stop_token)https://zh.cppreference.com/cpp/thread/stop_token/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/thread/stop_token/dsc_swap2&action=edit
LWG 227https://cplusplus.github.io/LWG/issue227
可复制构造 (CopyConstructible) https://zh.cppreference.com/cpp/named_req/CopyConstructible
可默认构造 (DefaultConstructible) https://zh.cppreference.com/cpp/named_req/DefaultConstructible
可复制构造 (CopyConstructible) https://zh.cppreference.com/cpp/named_req/CopyConstructible
LWG 809https://cplusplus.github.io/LWG/issue809
LWG 2554https://cplusplus.github.io/LWG/issue2554
ranges::swaphttps://zh.cppreference.com/cpp/utility/ranges/swap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/ranges/dsc_swap&action=edit
iter_swaphttps://zh.cppreference.com/cpp/algorithm/iter_swap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_iter_swap&action=edit
swap_rangeshttps://zh.cppreference.com/cpp/algorithm/swap_ranges
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_swap_ranges&action=edit
ranges::swap_rangeshttps://zh.cppreference.com/cpp/algorithm/ranges/swap_ranges
exchangehttps://zh.cppreference.com/cpp/utility/exchange
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/dsc_exchange&action=edit
分类https://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面https://zh.cppreference.com/index.php?title=Category:%E4%BD%BF%E7%94%A8%E5%B7%B2%E5%BC%83%E7%94%A8source%E6%A0%87%E7%AD%BE%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
conditionally noexcepthttps://zh.cppreference.com/index.php?title=Category:conditionally_noexcept&action=edit&redlink=1
首页https://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改https://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面https://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://zh.cppreference.com/cpp/algorithm/swap
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/algorithm/swap
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/algorithm/swap
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面https://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&oldid=93835
页面信息https://zh.cppreference.com/index.php?title=cpp/algorithm/swap&action=info
Deutschhttps://de.cppreference.com/cpp/algorithm/swap
Englishhttp://en.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

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.