René's URL Explorer Experiment


Title: std::ranges::unique_copy, std::ranges::unique_copy_result - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://en.cppreference.com/
Create accounthttps://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Falgorithm%2Franges%2Funique+copy
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Falgorithm%2Franges%2Funique+copy
Pagehttps://en.cppreference.com/cpp/algorithm/ranges/unique_copy
Discussionhttps://en.cppreference.com/index.php?title=Talk:cpp/algorithm/ranges/unique_copy&action=edit&redlink=1
https://en.cppreference.com/w/cpp/algorithm/ranges/unique_copy
Readhttps://en.cppreference.com/cpp/algorithm/ranges/unique_copy
View sourcehttps://en.cppreference.com/index.php?title=cpp/algorithm/ranges/unique_copy&action=edit
View historyhttps://en.cppreference.com/index.php?title=cpp/algorithm/ranges/unique_copy&action=history
https://en.cppreference.com/w/cpp/algorithm/ranges/unique_copy
cpphttps://en.cppreference.com/cpp
algorithmhttps://en.cppreference.com/cpp/algorithm
rangeshttps://en.cppreference.com/cpp/algorithm/ranges
C++https://en.cppreference.com/cpp
Compiler supporthttps://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://en.cppreference.com/cpp/freestanding
Languagehttps://en.cppreference.com/cpp/language
Standard libraryhttps://en.cppreference.com/cpp/standard_library
Standard library headershttps://en.cppreference.com/cpp/header
Named requirementshttps://en.cppreference.com/cpp/named_req
Feature test macroshttps://en.cppreference.com/cpp/feature_test
Language support libraryhttps://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://en.cppreference.com/cpp/concepts
Diagnostics libraryhttps://en.cppreference.com/cpp/error
Memory management libraryhttps://en.cppreference.com/cpp/memory
Metaprogramming libraryhttps://en.cppreference.com/cpp/meta
General utilities libraryhttps://en.cppreference.com/cpp/utility
Containers libraryhttps://en.cppreference.com/cpp/container
Iterators libraryhttps://en.cppreference.com/cpp/iterator
Ranges libraryhttps://en.cppreference.com/cpp/ranges
Algorithms libraryhttps://en.cppreference.com/cpp/algorithm
Strings libraryhttps://en.cppreference.com/cpp/string
Text processing libraryhttps://en.cppreference.com/cpp/text
Numerics libraryhttps://en.cppreference.com/cpp/numeric
Date and time libraryhttps://en.cppreference.com/cpp/chrono
Input/output libraryhttps://en.cppreference.com/cpp/io
Filesystem libraryhttps://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://en.cppreference.com/cpp/thread
Execution control libraryhttps://en.cppreference.com/cpp/execution
Technical specificationshttps://en.cppreference.com/cpp/experimental
Symbols indexhttps://en.cppreference.com/cpp/symbol_index
External librarieshttps://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Algorithm libraryhttps://en.cppreference.com/cpp/algorithm
Constrained algorithms and algorithms on rangeshttps://en.cppreference.com/cpp/algorithm/ranges
ranges::copyhttps://en.cppreference.com/cpp/algorithm/ranges/copy
ranges::sorthttps://en.cppreference.com/cpp/algorithm/ranges/sort
Non-modifying sequence operationshttps://en.cppreference.com/cpp/algorithm#Non-modifying_sequence_operations
Batch operationshttps://en.cppreference.com/cpp/algorithm#Batch_operations
for_eachhttps://en.cppreference.com/cpp/algorithm/for_each
for_each_nhttps://en.cppreference.com/cpp/algorithm/for_each_n
Search operationshttps://en.cppreference.com/cpp/algorithm#Search_operations
all_ofany_ofnone_ofhttps://en.cppreference.com/cpp/algorithm/all_any_none_of
countcount_ifhttps://en.cppreference.com/cpp/algorithm/count
mismatchhttps://en.cppreference.com/cpp/algorithm/mismatch
equalhttps://en.cppreference.com/cpp/algorithm/equal
findfind_iffind_if_nothttps://en.cppreference.com/cpp/algorithm/find
find_endhttps://en.cppreference.com/cpp/algorithm/find_end
find_first_ofhttps://en.cppreference.com/cpp/algorithm/find_first_of
adjacent_findhttps://en.cppreference.com/cpp/algorithm/adjacent_find
searchhttps://en.cppreference.com/cpp/algorithm/search
search_nhttps://en.cppreference.com/cpp/algorithm/search_n
Modifying sequence operationshttps://en.cppreference.com/cpp/algorithm#Modifying_sequence_operations
Copy operationshttps://en.cppreference.com/cpp/algorithm#Copy_operations
copycopy_ifhttps://en.cppreference.com/cpp/algorithm/copy
copy_backwardhttps://en.cppreference.com/cpp/algorithm/copy_backward
copy_nhttps://en.cppreference.com/cpp/algorithm/copy_n
movehttps://en.cppreference.com/cpp/algorithm/move
move_backwardhttps://en.cppreference.com/cpp/algorithm/move_backward
Swap operationshttps://en.cppreference.com/cpp/algorithm#Swap_operations
swaphttps://en.cppreference.com/cpp/algorithm/swap
iter_swaphttps://en.cppreference.com/cpp/algorithm/iter_swap
swap_rangeshttps://en.cppreference.com/cpp/algorithm/swap_ranges
Transformation operationshttps://en.cppreference.com/cpp/algorithm#Transformation_operations
replacereplace_ifhttps://en.cppreference.com/cpp/algorithm/replace
transformhttps://en.cppreference.com/cpp/algorithm/transform
replace_copyreplace_copy_ifhttps://en.cppreference.com/cpp/algorithm/replace_copy
Generation operationshttps://en.cppreference.com/cpp/algorithm#Generation_operations
fillhttps://en.cppreference.com/cpp/algorithm/fill
fill_nhttps://en.cppreference.com/cpp/algorithm/fill_n
generatehttps://en.cppreference.com/cpp/algorithm/generate
generate_nhttps://en.cppreference.com/cpp/algorithm/generate_n
Removing operationshttps://en.cppreference.com/cpp/algorithm#Removing_operations
removeremove_ifhttps://en.cppreference.com/cpp/algorithm/remove
uniquehttps://en.cppreference.com/cpp/algorithm/unique
remove_copyremove_copy_ifhttps://en.cppreference.com/cpp/algorithm/remove_copy
unique_copyhttps://en.cppreference.com/cpp/algorithm/unique_copy
Order-changing operationshttps://en.cppreference.com/cpp/algorithm#Order-changing_operations
reversehttps://en.cppreference.com/cpp/algorithm/reverse
reverse_copyhttps://en.cppreference.com/cpp/algorithm/reverse_copy
rotatehttps://en.cppreference.com/cpp/algorithm/rotate
rotate_copyhttps://en.cppreference.com/cpp/algorithm/rotate_copy
random_shuffleshufflehttps://en.cppreference.com/cpp/algorithm/random_shuffle
shift_leftshift_righthttps://en.cppreference.com/cpp/algorithm/shift
Sampling operationshttps://en.cppreference.com/cpp/algorithm#Sampling_operations
samplehttps://en.cppreference.com/cpp/algorithm/sample
Sorting and related operationshttps://en.cppreference.com/cpp/algorithm#Sorting_and_related_operations
Partitioning operationshttps://en.cppreference.com/cpp/algorithm#Partitioning_operations
partitionhttps://en.cppreference.com/cpp/algorithm/partition
partition_copyhttps://en.cppreference.com/cpp/algorithm/partition_copy
stable_partitionhttps://en.cppreference.com/cpp/algorithm/stable_partition
is_partitionedhttps://en.cppreference.com/cpp/algorithm/is_partitioned
partition_pointhttps://en.cppreference.com/cpp/algorithm/partition_point
Sorting operationshttps://en.cppreference.com/cpp/algorithm#Sorting_operations
sorthttps://en.cppreference.com/cpp/algorithm/sort
stable_sorthttps://en.cppreference.com/cpp/algorithm/stable_sort
partial_sorthttps://en.cppreference.com/cpp/algorithm/partial_sort
partial_sort_copyhttps://en.cppreference.com/cpp/algorithm/partial_sort_copy
is_sortedhttps://en.cppreference.com/cpp/algorithm/is_sorted
is_sorted_untilhttps://en.cppreference.com/cpp/algorithm/is_sorted_until
nth_elementhttps://en.cppreference.com/cpp/algorithm/nth_element
Binary search operations(on partitioned ranges)https://en.cppreference.com/cpp/algorithm#Binary_search_operations_(on_partitioned_ranges)
lower_boundhttps://en.cppreference.com/cpp/algorithm/lower_bound
upper_boundhttps://en.cppreference.com/cpp/algorithm/upper_bound
equal_rangehttps://en.cppreference.com/cpp/algorithm/equal_range
binary_searchhttps://en.cppreference.com/cpp/algorithm/binary_search
Set operations (on sorted ranges)https://en.cppreference.com/cpp/algorithm#Set_operations_(on_sorted_ranges)
includeshttps://en.cppreference.com/cpp/algorithm/includes
set_unionhttps://en.cppreference.com/cpp/algorithm/set_union
set_intersectionhttps://en.cppreference.com/cpp/algorithm/set_intersection
set_differencehttps://en.cppreference.com/cpp/algorithm/set_difference
set_symmetric_differencehttps://en.cppreference.com/cpp/algorithm/set_symmetric_difference
Merge operations (on sorted ranges)https://en.cppreference.com/cpp/algorithm#Merge_operations_(on_sorted_ranges)
mergehttps://en.cppreference.com/cpp/algorithm/merge
inplace_mergehttps://en.cppreference.com/cpp/algorithm/inplace_merge
Heap operationshttps://en.cppreference.com/cpp/algorithm#Heap_operations
push_heaphttps://en.cppreference.com/cpp/algorithm/push_heap
pop_heaphttps://en.cppreference.com/cpp/algorithm/pop_heap
make_heaphttps://en.cppreference.com/cpp/algorithm/make_heap
sort_heaphttps://en.cppreference.com/cpp/algorithm/sort_heap
is_heaphttps://en.cppreference.com/cpp/algorithm/is_heap
is_heap_untilhttps://en.cppreference.com/cpp/algorithm/is_heap_until
Minimum/maximum operationshttps://en.cppreference.com/cpp/algorithm#Minimum/maximum_operations
maxhttps://en.cppreference.com/cpp/algorithm/max
minhttps://en.cppreference.com/cpp/algorithm/min
minmaxhttps://en.cppreference.com/cpp/algorithm/minmax
clamphttps://en.cppreference.com/cpp/algorithm/clamp
max_elementhttps://en.cppreference.com/cpp/algorithm/max_element
min_elementhttps://en.cppreference.com/cpp/algorithm/min_element
minmax_elementhttps://en.cppreference.com/cpp/algorithm/minmax_element
Lexicographical comparison operationshttps://en.cppreference.com/cpp/algorithm#Lexicographical_comparison_operations
lexicographical_comparehttps://en.cppreference.com/cpp/algorithm/lexicographical_compare
lexicographical_compare_three_wayhttps://en.cppreference.com/cpp/algorithm/lexicographical_compare_three_way
Permutation operationshttps://en.cppreference.com/cpp/algorithm#Permutation_operations
next_permutationhttps://en.cppreference.com/cpp/algorithm/next_permutation
prev_permutationhttps://en.cppreference.com/cpp/algorithm/prev_permutation
is_permutationhttps://en.cppreference.com/cpp/algorithm/is_permutation
Execution policies (C++17)https://en.cppreference.com/cpp/algorithm#Execution_policies
is_execution_policyhttps://en.cppreference.com/cpp/algorithm/is_execution_policy
execution::seqexecution::parexecution::par_unseqexecution::unseqhttps://en.cppreference.com/cpp/algorithm/execution_policy_tag
execution-policyhttps://en.cppreference.com/cpp/algorithm/execution-policy
execution::sequenced_policyexecution::parallel_policyexecution::parallel_unsequenced_policyexecution::parallel_unsequencedhttps://en.cppreference.com/cpp/algorithm/execution_policy_tag_t
Numeric operationshttps://en.cppreference.com/cpp/algorithm#Numeric_operations
iotahttps://en.cppreference.com/cpp/algorithm/iota
inner_producthttps://en.cppreference.com/cpp/algorithm/inner_product
reducehttps://en.cppreference.com/cpp/algorithm/reduce
accumulatehttps://en.cppreference.com/cpp/algorithm/accumulate
adjacent_differencehttps://en.cppreference.com/cpp/algorithm/adjacent_difference
transform_reducehttps://en.cppreference.com/cpp/algorithm/transform_reduce
partial_sumhttps://en.cppreference.com/cpp/algorithm/partial_sum
inclusive_scanhttps://en.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttps://en.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_exclusive_scan
Specialized algorithmshttps://en.cppreference.com/cpp/algorithm/memory
Specialized algorithmshttps://en.cppreference.com/cpp/algorithm#Specialized_random_algorithms
ranges::generate_randomhttps://en.cppreference.com/cpp/algorithm/ranges/generate_random
C libraryhttps://en.cppreference.com/cpp/algorithm#C_library
qsorthttps://en.cppreference.com/cpp/algorithm/qsort
bsearchhttps://en.cppreference.com/cpp/algorithm/bsearch
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/navbar_content&action=edit
Constrained algorithmshttps://en.cppreference.com/cpp/algorithm/ranges
Non-modifying sequence operationshttps://en.cppreference.com/cpp/algorithm/ranges#Non-modifying_sequence_operations
all_ofany_ofnone_ofhttps://en.cppreference.com/cpp/algorithm/ranges/all_any_none_of
for_eachhttps://en.cppreference.com/cpp/algorithm/ranges/for_each
for_each_nhttps://en.cppreference.com/cpp/algorithm/ranges/for_each_n
countcount_ifhttps://en.cppreference.com/cpp/algorithm/ranges/count
adjacent_findhttps://en.cppreference.com/cpp/algorithm/ranges/adjacent_find
mismatchhttps://en.cppreference.com/cpp/algorithm/ranges/mismatch
equalhttps://en.cppreference.com/cpp/algorithm/ranges/equal
lexicographical_comparehttps://en.cppreference.com/cpp/algorithm/ranges/lexicographical_compare
containscontains_subrangehttps://en.cppreference.com/cpp/algorithm/ranges/contains
findfind_iffind_if_nothttps://en.cppreference.com/cpp/algorithm/ranges/find
find_lastfind_last_iffind_last_if_nothttps://en.cppreference.com/cpp/algorithm/ranges/find_last
find_endhttps://en.cppreference.com/cpp/algorithm/ranges/find_end
find_first_ofhttps://en.cppreference.com/cpp/algorithm/ranges/find_first_of
searchhttps://en.cppreference.com/cpp/algorithm/ranges/search
search_nhttps://en.cppreference.com/cpp/algorithm/ranges/search_n
starts_withhttps://en.cppreference.com/cpp/algorithm/ranges/starts_with
ends_withhttps://en.cppreference.com/cpp/algorithm/ranges/ends_with
Modifying sequence operationshttps://en.cppreference.com/cpp/algorithm/ranges#Modifying_sequence_operations
copycopy_ifhttps://en.cppreference.com/cpp/algorithm/ranges/copy
copy_nhttps://en.cppreference.com/cpp/algorithm/ranges/copy_n
copy_backwardhttps://en.cppreference.com/cpp/algorithm/ranges/copy_backward
movehttps://en.cppreference.com/cpp/algorithm/ranges/move
move_backwardhttps://en.cppreference.com/cpp/algorithm/ranges/move_backward
shift_leftshift_righthttps://en.cppreference.com/cpp/algorithm/ranges/shift
fillhttps://en.cppreference.com/cpp/algorithm/ranges/fill
fill_nhttps://en.cppreference.com/cpp/algorithm/ranges/fill_n
generatehttps://en.cppreference.com/cpp/algorithm/ranges/generate
generate_nhttps://en.cppreference.com/cpp/algorithm/ranges/generate_n
transformhttps://en.cppreference.com/cpp/algorithm/ranges/transform
swap_rangeshttps://en.cppreference.com/cpp/algorithm/ranges/swap_ranges
shufflehttps://en.cppreference.com/cpp/algorithm/ranges/shuffle
samplehttps://en.cppreference.com/cpp/algorithm/ranges/sample
removeremove_ifhttps://en.cppreference.com/cpp/algorithm/ranges/remove
replacereplace_ifhttps://en.cppreference.com/cpp/algorithm/ranges/replace
reversehttps://en.cppreference.com/cpp/algorithm/ranges/reverse
rotatehttps://en.cppreference.com/cpp/algorithm/ranges/rotate
remove_copyremove_copy_ifhttps://en.cppreference.com/cpp/algorithm/ranges/remove_copy
uniquehttps://en.cppreference.com/cpp/algorithm/ranges/unique
replace_copyreplace_copy_ifhttps://en.cppreference.com/cpp/algorithm/ranges/replace_copy
reverse_copyhttps://en.cppreference.com/cpp/algorithm/ranges/reverse_copy
rotate_copyhttps://en.cppreference.com/cpp/algorithm/ranges/rotate_copy
Partitioning operationshttps://en.cppreference.com/cpp/algorithm/ranges#Partitioning_operations
is_partitionedhttps://en.cppreference.com/cpp/algorithm/ranges/is_partitioned
partition_pointhttps://en.cppreference.com/cpp/algorithm/ranges/partition_point
partitionhttps://en.cppreference.com/cpp/algorithm/ranges/partition
partition_copyhttps://en.cppreference.com/cpp/algorithm/ranges/partition_copy
stable_partitionhttps://en.cppreference.com/cpp/algorithm/ranges/stable_partition
Sorting operationshttps://en.cppreference.com/cpp/algorithm/ranges#Sorting_operations
is_sortedhttps://en.cppreference.com/cpp/algorithm/ranges/is_sorted
is_sorted_untilhttps://en.cppreference.com/cpp/algorithm/ranges/is_sorted_until
sorthttps://en.cppreference.com/cpp/algorithm/ranges/sort
stable_sorthttps://en.cppreference.com/cpp/algorithm/ranges/stable_sort
partial_sorthttps://en.cppreference.com/cpp/algorithm/ranges/partial_sort
nth_elementhttps://en.cppreference.com/cpp/algorithm/ranges/nth_element
partial_sort_copyhttps://en.cppreference.com/cpp/algorithm/ranges/partial_sort_copy
Binary search operations (on sorted ranges)https://en.cppreference.com/cpp/algorithm/ranges#Binary_search_operations_(on_sorted_ranges)
lower_boundhttps://en.cppreference.com/cpp/algorithm/ranges/lower_bound
upper_boundhttps://en.cppreference.com/cpp/algorithm/ranges/upper_bound
binary_searchhttps://en.cppreference.com/cpp/algorithm/ranges/binary_search
equal_rangehttps://en.cppreference.com/cpp/algorithm/ranges/equal_range
Set operations (on sorted ranges)https://en.cppreference.com/cpp/algorithm/ranges#Set_operations_(on_sorted_ranges)
mergehttps://en.cppreference.com/cpp/algorithm/ranges/merge
inplace_mergehttps://en.cppreference.com/cpp/algorithm/ranges/inplace_merge
set_differencehttps://en.cppreference.com/cpp/algorithm/ranges/set_difference
set_intersectionhttps://en.cppreference.com/cpp/algorithm/ranges/set_intersection
set_unionhttps://en.cppreference.com/cpp/algorithm/ranges/set_union
includeshttps://en.cppreference.com/cpp/algorithm/ranges/includes
set_symmetric_differencehttps://en.cppreference.com/cpp/algorithm/ranges/set_symmetric_difference
Heap operationshttps://en.cppreference.com/cpp/algorithm/ranges#Heap_operations
is_heaphttps://en.cppreference.com/cpp/algorithm/ranges/is_heap
is_heap_untilhttps://en.cppreference.com/cpp/algorithm/ranges/is_heap_until
make_heaphttps://en.cppreference.com/cpp/algorithm/ranges/make_heap
sort_heaphttps://en.cppreference.com/cpp/algorithm/ranges/sort_heap
push_heaphttps://en.cppreference.com/cpp/algorithm/ranges/push_heap
pop_heaphttps://en.cppreference.com/cpp/algorithm/ranges/pop_heap
Minimum/maximum operationshttps://en.cppreference.com/cpp/algorithm/ranges#Minimum/maximum_operations
maxhttps://en.cppreference.com/cpp/algorithm/ranges/max
max_elementhttps://en.cppreference.com/cpp/algorithm/ranges/max_element
minhttps://en.cppreference.com/cpp/algorithm/ranges/min
min_elementhttps://en.cppreference.com/cpp/algorithm/ranges/min_element
minmaxhttps://en.cppreference.com/cpp/algorithm/ranges/minmax
minmax_elementhttps://en.cppreference.com/cpp/algorithm/ranges/minmax_element
clamphttps://en.cppreference.com/cpp/algorithm/ranges/clamp
Permutation operationshttps://en.cppreference.com/cpp/algorithm/ranges#Permutation_operations
is_permutationhttps://en.cppreference.com/cpp/algorithm/ranges/is_permutation
next_permutationhttps://en.cppreference.com/cpp/algorithm/ranges/next_permutation
prev_permutationhttps://en.cppreference.com/cpp/algorithm/ranges/prev_permutation
Fold operationshttps://en.cppreference.com/cpp/algorithm/ranges#Constrained_fold_operations
fold_lefthttps://en.cppreference.com/cpp/algorithm/ranges/fold_left
fold_left_firsthttps://en.cppreference.com/cpp/algorithm/ranges/fold_left_first
fold_righthttps://en.cppreference.com/cpp/algorithm/ranges/fold_right
fold_right_lasthttps://en.cppreference.com/cpp/algorithm/ranges/fold_right_last
fold_left_with_iterhttps://en.cppreference.com/cpp/algorithm/ranges/fold_left_with_iter
fold_left_first_with_iterhttps://en.cppreference.com/cpp/algorithm/ranges/fold_left_first_with_iter
Numeric operationshttps://en.cppreference.com/cpp/algorithm/ranges#Constrained_numeric_operations
iotahttps://en.cppreference.com/cpp/algorithm/ranges/iota
Random number generationhttps://en.cppreference.com/cpp/algorithm/ranges#Constrained_random_number_algorithms
generate_randomhttps://en.cppreference.com/cpp/algorithm/ranges/generate_random
Operations on uninitialized storagehttps://en.cppreference.com/cpp/algorithm/ranges#Constrained_uninitialized_memory_algorithms
construct_athttps://en.cppreference.com/cpp/memory/ranges/construct_at
destroyhttps://en.cppreference.com/cpp/memory/ranges/destroy
destroy_nhttps://en.cppreference.com/cpp/memory/ranges/destroy_n
destroy_athttps://en.cppreference.com/cpp/memory/ranges/destroy_at
uninitialized_copyhttps://en.cppreference.com/cpp/memory/ranges/uninitialized_copy
uninitialized_movehttps://en.cppreference.com/cpp/memory/ranges/uninitialized_move
uninitialized_fillhttps://en.cppreference.com/cpp/memory/ranges/uninitialized_fill
uninitialized_copy_nhttps://en.cppreference.com/cpp/memory/ranges/uninitialized_copy_n
uninitialized_move_nhttps://en.cppreference.com/cpp/memory/ranges/uninitialized_move_n
uninitialized_fill_nhttps://en.cppreference.com/cpp/memory/ranges/uninitialized_fill_n
uninitialized_default_constructhttps://en.cppreference.com/cpp/memory/ranges/uninitialized_default_construct
uninitialized_default_construct_nhttps://en.cppreference.com/cpp/memory/ranges/uninitialized_default_construct_n
uninitialized_value_constructhttps://en.cppreference.com/cpp/memory/ranges/uninitialized_value_construct
uninitialized_value_construct_nhttps://en.cppreference.com/cpp/memory/ranges/uninitialized_value_construct_n
Return typeshttps://en.cppreference.com/cpp/algorithm/ranges#Return_types
in_fun_resulthttps://en.cppreference.com/cpp/algorithm/ranges/return_types/in_fun_result
in_in_resulthttps://en.cppreference.com/cpp/algorithm/ranges/return_types/in_in_result
in_found_resulthttps://en.cppreference.com/cpp/algorithm/ranges/return_types/in_found_result
in_out_resulthttps://en.cppreference.com/cpp/algorithm/ranges/return_types/in_out_result
in_in_out_resulthttps://en.cppreference.com/cpp/algorithm/ranges/return_types/in_in_out_result
in_out_out_resulthttps://en.cppreference.com/cpp/algorithm/ranges/return_types/in_out_out_result
min_max_resulthttps://en.cppreference.com/cpp/algorithm/ranges/return_types/min_max_result
out_value_resulthttps://en.cppreference.com/cpp/algorithm/ranges/return_types/out_value_result
in_value_resulthttps://en.cppreference.com/cpp/algorithm/ranges/return_types/in_value_result
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/navbar_content&action=edit
https://en.cppreference.com/cpp/header/algorithm
algorithm function objectshttps://en.cppreference.com/cpp/algorithm/ranges#Algorithm_function_objects
argument-dependent lookuphttps://en.cppreference.com/cpp/language/adl
normal unqualified lookuphttps://en.cppreference.com/cpp/language/unqualified_lookup
argument-dependent lookuphttps://en.cppreference.com/cpp/language/adl
1 Parametershttps://en.cppreference.com/w/cpp/algorithm/ranges/unique_copy#Parameters
2 Return valuehttps://en.cppreference.com/w/cpp/algorithm/ranges/unique_copy#Return_value
3 Complexityhttps://en.cppreference.com/w/cpp/algorithm/ranges/unique_copy#Complexity
4 Possible implementationhttps://en.cppreference.com/w/cpp/algorithm/ranges/unique_copy#Possible_implementation
5 Examplehttps://en.cppreference.com/w/cpp/algorithm/ranges/unique_copy#Example
6 See alsohttps://en.cppreference.com/w/cpp/algorithm/ranges/unique_copy#See_also
rangehttps://en.cppreference.com/cpp/iterator#Ranges
libstdc++https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/bits/ranges_algo.h#L1198-L1276
MSVC STLhttps://github.com/microsoft/STL/blob/472161105d596192194d4715ccad307c6c163b4a/stl/inc/algorithm#L4022-L4113
cmcstl2https://github.com/CaseyCarter/cmcstl2/blob/master/include/stl2/detail/algorithm/unique_copy.hpp
NanoRangehttps://github.com/tcbrindle/NanoRange/blob/master/include/nanorange/algorithm/unique_copy.hpp
range-v3https://github.com/ericniebler/range-v3/blob/master/include/range/v3/algorithm/unique_copy.hpp
ranges::uniquehttps://en.cppreference.com/cpp/algorithm/ranges/unique
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_unique&action=edit
ranges::copyranges::copy_ifhttps://en.cppreference.com/cpp/algorithm/ranges/copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_copy&action=edit
ranges::adjacent_findhttps://en.cppreference.com/cpp/algorithm/ranges/adjacent_find
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_adjacent_find&action=edit
unique_copyhttps://en.cppreference.com/cpp/algorithm/unique_copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_unique_copy&action=edit
Categorieshttps://en.cppreference.com/Special:Categories
Pages using deprecated source tagshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/Special:RecentChanges
FAQhttps://en.cppreference.com/Cppreference:FAQ
Offline versionhttps://en.cppreference.com/Cppreference:Archives
https://en.cppreference.com/w/cpp/algorithm/ranges/unique_copy
What links herehttps://en.cppreference.com/Special:WhatLinksHere/cpp/algorithm/ranges/unique_copy
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/cpp/algorithm/ranges/unique_copy
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://en.cppreference.com/index.php?title=cpp/algorithm/ranges/unique_copy&oldid=180573
Page informationhttps://en.cppreference.com/index.php?title=cpp/algorithm/ranges/unique_copy&action=info
Deutschhttps://de.cppreference.com/cpp/algorithm/ranges/unique_copy
Españolhttp://es.cppreference.com/cpp/algorithm/ranges/unique_copy
Françaishttp://fr.cppreference.com/cpp/algorithm/ranges/unique_copy
Italianohttp://it.cppreference.com/cpp/algorithm/ranges/unique_copy
日本語http://ja.cppreference.com/cpp/algorithm/ranges/unique_copy
Portuguêshttp://pt.cppreference.com/cpp/algorithm/ranges/unique_copy
Русскийhttp://ru.cppreference.com/cpp/algorithm/ranges/unique_copy
中文http://zh.cppreference.com/cpp/algorithm/ranges/unique_copy

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.