René's URL Explorer Experiment


Title: std::shift_left, std::shift_right - cppreference.com

Generator: MediaWiki 1.21.2

direct link

Domain: cppreference.com

Links:

cppreference.com http://cppreference.com/index.html
Create accounthttps://en.cppreference.com/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Falgorithm%2Fshift&type=signup
Log inhttps://en.cppreference.com/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Falgorithm%2Fshift
Pagehttp://cppreference.com/w/cpp/algorithm/shift.html
Discussionhttps://en.cppreference.com/mwiki/index.php?title=Talk:cpp/algorithm/shift&action=edit&redlink=1
http://cppreference.com/w/cpp/algorithm/shift.html
Viewhttp://cppreference.com/w/cpp/algorithm/shift.html
Edithttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=edit
Historyhttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=history
http://cppreference.com/w/cpp/algorithm/shift.html
cpphttp://cppreference.com/w/cpp.html
algorithmhttp://cppreference.com/w/cpp/algorithm.html
C++http://cppreference.com/w/cpp.html
Compiler supporthttp://cppreference.com/w/cpp/compiler_support.html
Freestanding and hostedhttp://cppreference.com/w/cpp/freestanding.html
Languagehttp://cppreference.com/w/cpp/language.html
Standard libraryhttp://cppreference.com/w/cpp/standard_library.html
Standard library headershttp://cppreference.com/w/cpp/headers.html
Named requirementshttp://cppreference.com/w/cpp/iterator/concepts.html
Feature test macroshttp://cppreference.com/w/cpp/experimental/feature_test.html
Language support libraryhttp://cppreference.com/w/cpp/utility.html#Language_support
Concepts libraryhttp://cppreference.com/w/cpp/concepts.html
Diagnostics libraryhttp://cppreference.com/w/cpp/error.html
Memory management libraryhttp://cppreference.com/w/cpp/memory.html
Metaprogramming libraryhttp://cppreference.com/w/cpp/meta.html
General utilities libraryhttp://cppreference.com/w/cpp/utility.html
Containers libraryhttp://cppreference.com/w/cpp/container.html
Iterators libraryhttp://cppreference.com/w/cpp/iterator.html
Ranges libraryhttp://cppreference.com/w/cpp/ranges.html
Algorithms libraryhttp://cppreference.com/w/cpp/algorithm.html
Strings libraryhttp://cppreference.com/w/cpp/string.html
Text processing libraryhttp://cppreference.com/w/cpp/text.html
Numerics libraryhttp://cppreference.com/w/cpp/numeric.html
Date and time libraryhttp://cppreference.com/w/cpp/chrono.html
Input/output libraryhttp://cppreference.com/w/cpp/io.html
Filesystem libraryhttp://cppreference.com/w/cpp/filesystem.html
Concurrency support libraryhttp://cppreference.com/w/cpp/atomic.html
Execution control libraryhttp://cppreference.com/w/cpp/experimental/execution.html
Technical specificationshttp://cppreference.com/w/cpp/experimental.html
Symbols indexhttp://cppreference.com/w/cpp/symbol_index.html
External librarieshttp://cppreference.com/w/cpp/links/libs.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/navbar_content&action=edit
Algorithm libraryhttp://cppreference.com/w/cpp/algorithm.html
Constrained algorithms and algorithms on rangeshttp://cppreference.com/w/cpp/algorithm/ranges.html
ranges::copyhttp://cppreference.com/w/cpp/algorithm/ranges/copy.html
ranges::sorthttp://cppreference.com/w/cpp/algorithm/ranges/sort.html
Execution policies (C++17)http://cppreference.com/w/cpp/algorithm.html#Execution_policies
is_execution_policyhttp://cppreference.com/w/cpp/algorithm/is_execution_policy.html
execution::seqexecution::parexecution::par_unseqexecution::unseqhttp://cppreference.com/w/cpp/algorithm/execution_policy_tag.html
execution::sequenced_policyexecution::parallel_policyexecution::parallel_unsequenced_policyexecution::parallel_unsequencedhttp://cppreference.com/w/cpp/algorithm/execution_policy_tag_t.html
Non-modifying sequence operationshttp://cppreference.com/w/cpp/algorithm.html#Non-modifying_sequence_operations
Batch operationshttp://cppreference.com/w/cpp/algorithm.html#Batch_operations
for_eachhttp://cppreference.com/w/cpp/algorithm/for_each.html
for_each_nhttp://cppreference.com/w/cpp/algorithm/for_each_n.html
Search operationshttp://cppreference.com/w/cpp/algorithm.html#Search_operations
all_ofany_ofnone_ofhttp://cppreference.com/w/cpp/algorithm/none_of.html
countcount_ifhttp://cppreference.com/w/cpp/algorithm/count.html
mismatchhttp://cppreference.com/w/cpp/algorithm/mismatch.html
equalhttp://cppreference.com/w/cpp/algorithm/equal.html
findfind_iffind_if_nothttp://cppreference.com/w/cpp/algorithm/find.html
find_endhttp://cppreference.com/w/cpp/algorithm/find_end.html
find_first_ofhttp://cppreference.com/w/cpp/algorithm/find_first_of.html
adjacent_findhttp://cppreference.com/w/cpp/algorithm/adjacent_find.html
searchhttp://cppreference.com/w/cpp/algorithm/search.html
search_nhttp://cppreference.com/w/cpp/algorithm/search_n.html
Modifying sequence operationshttp://cppreference.com/w/cpp/algorithm.html#Modifying_sequence_operations
Copy operationshttp://cppreference.com/w/cpp/algorithm.html#Copy_operations
copycopy_ifhttp://cppreference.com/w/cpp/algorithm/copy.html
copy_backwardhttp://cppreference.com/w/cpp/algorithm/copy_backward.html
copy_nhttp://cppreference.com/w/cpp/algorithm/copy_n.html
movehttp://cppreference.com/w/cpp/algorithm/move.html
move_backwardhttp://cppreference.com/w/cpp/algorithm/move_backward.html
Swap operationshttp://cppreference.com/w/cpp/algorithm.html#Swap_operations
swaphttp://cppreference.com/w/cpp/utility/swap.html
iter_swaphttp://cppreference.com/w/cpp/algorithm/iter_swap.html
swap_rangeshttp://cppreference.com/w/cpp/algorithm/swap_ranges.html
Transformation operationshttp://cppreference.com/w/cpp/algorithm.html#Transformation_operations
replacereplace_ifhttp://cppreference.com/w/cpp/algorithm/replace.html
transformhttp://cppreference.com/w/cpp/algorithm/transform.html
replace_copyreplace_copy_ifhttp://cppreference.com/w/cpp/algorithm/replace_copy.html
Generation operationshttp://cppreference.com/w/cpp/algorithm.html#Generation_operations
fillhttp://cppreference.com/w/cpp/algorithm/fill.html
fill_nhttp://cppreference.com/w/cpp/algorithm/fill_n.html
generatehttp://cppreference.com/w/cpp/algorithm/generate.html
generate_nhttp://cppreference.com/w/cpp/algorithm/generate_n.html
Removing operationshttp://cppreference.com/w/cpp/algorithm.html#Removing_operations
removeremove_ifhttp://cppreference.com/w/cpp/algorithm/remove.html
uniquehttp://cppreference.com/w/cpp/algorithm/unique.html
remove_copyremove_copy_ifhttp://cppreference.com/w/cpp/algorithm/remove_copy.html
unique_copyhttp://cppreference.com/w/cpp/algorithm/unique_copy.html
Order-changing operationshttp://cppreference.com/w/cpp/algorithm.html#Order-changing_operations
reversehttp://cppreference.com/w/cpp/algorithm/reverse.html
reverse_copyhttp://cppreference.com/w/cpp/algorithm/reverse_copy.html
rotatehttp://cppreference.com/w/cpp/algorithm/rotate.html
rotate_copyhttp://cppreference.com/w/cpp/algorithm/rotate_copy.html
random_shuffleshufflehttp://cppreference.com/w/cpp/algorithm/random_shuffle.html
Sampling operationshttp://cppreference.com/w/cpp/algorithm.html#Sampling_operations
samplehttp://cppreference.com/w/cpp/algorithm/sample.html
Sorting and related operationshttp://cppreference.com/w/cpp/algorithm.html#Sorting_and_related_operations
Partitioning operationshttp://cppreference.com/w/cpp/algorithm.html#Partitioning_operations
partitionhttp://cppreference.com/w/cpp/algorithm/partition.html
partition_copyhttp://cppreference.com/w/cpp/algorithm/partition_copy.html
stable_partitionhttp://cppreference.com/w/cpp/algorithm/stable_partition.html
is_partitionedhttp://cppreference.com/w/cpp/algorithm/is_partitioned.html
partition_pointhttp://cppreference.com/w/cpp/algorithm/partition_point.html
Sorting operationshttp://cppreference.com/w/cpp/algorithm.html#Sorting_operations
sorthttp://cppreference.com/w/cpp/algorithm/sort.html
stable_sorthttp://cppreference.com/w/cpp/algorithm/stable_sort.html
partial_sorthttp://cppreference.com/w/cpp/algorithm/partial_sort.html
partial_sort_copyhttp://cppreference.com/w/cpp/algorithm/partial_sort_copy.html
is_sortedhttp://cppreference.com/w/cpp/algorithm/is_sorted.html
is_sorted_untilhttp://cppreference.com/w/cpp/algorithm/is_sorted_until.html
nth_elementhttp://cppreference.com/w/cpp/algorithm/nth_element.html
Binary search operations(on partitioned ranges)http://cppreference.com/w/cpp/algorithm.html#Binary_search_operations_.28on_partitioned_ranges.29
lower_boundhttp://cppreference.com/w/cpp/algorithm/lower_bound.html
upper_boundhttp://cppreference.com/w/cpp/algorithm/upper_bound.html
equal_rangehttp://cppreference.com/w/cpp/algorithm/equal_range.html
binary_searchhttp://cppreference.com/w/cpp/algorithm/binary_search.html
Set operations (on sorted ranges)http://cppreference.com/w/cpp/algorithm.html#Set_operations_.28on_sorted_ranges.29
includeshttp://cppreference.com/w/cpp/algorithm/includes.html
set_unionhttp://cppreference.com/w/cpp/algorithm/set_union.html
set_intersectionhttp://cppreference.com/w/cpp/algorithm/set_intersection.html
set_differencehttp://cppreference.com/w/cpp/algorithm/set_difference.html
set_symmetric_differencehttp://cppreference.com/w/cpp/algorithm/set_symmetric_difference.html
Merge operations (on sorted ranges)http://cppreference.com/w/cpp/algorithm.html#Merge_operations_.28on_sorted_ranges.29
mergehttp://cppreference.com/w/cpp/algorithm/merge.html
inplace_mergehttp://cppreference.com/w/cpp/algorithm/inplace_merge.html
Heap operationshttp://cppreference.com/w/cpp/algorithm.html#Heap_operations
push_heaphttp://cppreference.com/w/cpp/algorithm/push_heap.html
pop_heaphttp://cppreference.com/w/cpp/algorithm/pop_heap.html
make_heaphttp://cppreference.com/w/cpp/algorithm/make_heap.html
sort_heaphttp://cppreference.com/w/cpp/algorithm/sort_heap.html
is_heaphttp://cppreference.com/w/cpp/algorithm/is_heap.html
is_heap_untilhttp://cppreference.com/w/cpp/algorithm/is_heap_until.html
Minimum/maximum operationshttp://cppreference.com/w/cpp/algorithm.html#Minimum.2Fmaximum_operations
maxhttp://cppreference.com/w/cpp/algorithm/max.html
minhttp://cppreference.com/w/cpp/algorithm/min.html
minmaxhttp://cppreference.com/w/cpp/algorithm/minmax.html
clamphttp://cppreference.com/w/cpp/algorithm/clamp.html
max_elementhttp://cppreference.com/w/cpp/algorithm/max_element.html
min_elementhttp://cppreference.com/w/cpp/algorithm/min_element.html
minmax_elementhttp://cppreference.com/w/cpp/algorithm/minmax_element.html
Lexicographical comparison operationshttp://cppreference.com/w/cpp/algorithm.html#Lexicographical_comparison_operations
lexicographical_comparehttp://cppreference.com/w/cpp/algorithm/lexicographical_compare.html
lexicographical_compare_three_wayhttp://cppreference.com/w/cpp/algorithm/lexicographical_compare_three_way.html
Permutation operationshttp://cppreference.com/w/cpp/algorithm.html#Permutation_operations
next_permutationhttp://cppreference.com/w/cpp/algorithm/next_permutation.html
prev_permutationhttp://cppreference.com/w/cpp/algorithm/prev_permutation.html
is_permutationhttp://cppreference.com/w/cpp/algorithm/is_permutation.html
C libraryhttp://cppreference.com/w/cpp/algorithm.html#C_library
qsorthttp://cppreference.com/w/cpp/algorithm/qsort.html
bsearchhttp://cppreference.com/w/cpp/algorithm/bsearch.html
Numeric operationshttp://cppreference.com/w/cpp/algorithm.html#Numeric_operations
iotahttp://cppreference.com/w/cpp/algorithm/iota.html
inner_producthttp://cppreference.com/w/cpp/algorithm/inner_product.html
adjacent_differencehttp://cppreference.com/w/cpp/algorithm/adjacent_difference.html
accumulatehttp://cppreference.com/w/cpp/algorithm/accumulate.html
reducehttp://cppreference.com/w/cpp/algorithm/reduce.html
transform_reducehttp://cppreference.com/w/cpp/algorithm/transform_reduce.html
partial_sumhttp://cppreference.com/w/cpp/algorithm/partial_sum.html
inclusive_scanhttp://cppreference.com/w/cpp/algorithm/inclusive_scan.html
exclusive_scanhttp://cppreference.com/w/cpp/algorithm/exclusive_scan.html
transform_inclusive_scanhttp://cppreference.com/w/cpp/algorithm/transform_inclusive_scan.html
transform_exclusive_scanhttp://cppreference.com/w/cpp/algorithm/transform_exclusive_scan.html
Operations on uninitialized memoryhttp://cppreference.com/w/cpp/algorithm.html#Operations_on_uninitialized_memory
uninitialized_copyhttp://cppreference.com/w/cpp/memory/uninitialized_copy.html
uninitialized_movehttp://cppreference.com/w/cpp/memory/uninitialized_move.html
uninitialized_fillhttp://cppreference.com/w/cpp/memory/uninitialized_fill.html
uninitialized_copy_nhttp://cppreference.com/w/cpp/memory/uninitialized_copy_n.html
uninitialized_move_nhttp://cppreference.com/w/cpp/memory/uninitialized_move_n.html
uninitialized_fill_nhttp://cppreference.com/w/cpp/memory/uninitialized_fill_n.html
destroyhttp://cppreference.com/w/cpp/memory/destroy.html
destroy_nhttp://cppreference.com/w/cpp/memory/destroy_n.html
destroy_athttp://cppreference.com/w/cpp/memory/destroy_at.html
construct_athttp://cppreference.com/w/cpp/memory/construct_at.html
uninitialized_default_constructhttp://cppreference.com/w/cpp/memory/uninitialized_default_construct.html
uninitialized_value_constructhttp://cppreference.com/w/cpp/memory/uninitialized_value_construct.html
uninitialized_default_construct_nhttp://cppreference.com/w/cpp/memory/uninitialized_default_construct_n.html
uninitialized_value_construct_nhttp://cppreference.com/w/cpp/memory/uninitialized_value_construct_n.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/algorithm/navbar_content&action=edit
http://cppreference.com/w/cpp/header/algorithm.html
std::iterator_traitshttp://cppreference.com/w/cpp/iterator/iterator_traits.html
std::iterator_traitshttp://cppreference.com/w/cpp/iterator/iterator_traits.html
std::iterator_traitshttp://cppreference.com/w/cpp/iterator/iterator_traits.html
std::iterator_traitshttp://cppreference.com/w/cpp/iterator/iterator_traits.html
LegacyBidirectionalIteratorhttp://cppreference.com/w/cpp/named_req/BidirectionalIterator.html
std::is_execution_policy_vhttp://cppreference.com/w/cpp/algorithm/is_execution_policy.html
std::remove_cvref_thttp://cppreference.com/w/cpp/types/remove_cvref.html
MoveAssignablehttp://cppreference.com/w/cpp/named_req/MoveAssignable.html
LegacyBidirectionalIteratorhttp://cppreference.com/w/cpp/named_req/BidirectionalIterator.html
ValueSwappablehttp://cppreference.com/w/cpp/named_req/ValueSwappable.html
1 Parametershttp://cppreference.com/w/cpp/algorithm/shift.html#Parameters
2 Return valuehttp://cppreference.com/w/cpp/algorithm/shift.html#Return_value
3 Complexityhttp://cppreference.com/w/cpp/algorithm/shift.html#Complexity
4 Exceptionshttp://cppreference.com/w/cpp/algorithm/shift.html#Exceptions
5 Noteshttp://cppreference.com/w/cpp/algorithm/shift.html#Notes
6 Examplehttp://cppreference.com/w/cpp/algorithm/shift.html#Example
7 See alsohttp://cppreference.com/w/cpp/algorithm/shift.html#See_also
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=edit§ion=1
rangehttp://cppreference.com/w/cpp/iterator.html#Ranges
execution policyhttp://cppreference.com/w/cpp/algorithm/execution_policy_tag_t.html
LegacyForwardIteratorhttp://cppreference.com/w/cpp/named_req/ForwardIterator.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=edit§ion=2
std::distancehttp://cppreference.com/w/cpp/iterator/distance.html
std::nexthttp://cppreference.com/w/cpp/iterator/next.html
std::distancehttp://cppreference.com/w/cpp/iterator/distance.html
std::distancehttp://cppreference.com/w/cpp/iterator/distance.html
std::nexthttp://cppreference.com/w/cpp/iterator/next.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=edit§ion=3
std::distancehttp://cppreference.com/w/cpp/iterator/distance.html
std::distancehttp://cppreference.com/w/cpp/iterator/distance.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=edit§ion=4
standard policieshttp://cppreference.com/w/cpp/algorithm/execution_policy_tag_t.html
std::terminatehttp://cppreference.com/w/cpp/error/terminate.html
std::bad_allochttp://cppreference.com/w/cpp/memory/new/bad_alloc.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=edit§ion=5
Feature-testhttp://cppreference.com/w/cpp/utility/feature_test.html
__cpp_lib_shifthttp://cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_shift
201806Lhttp://cppreference.com/w/cpp/compiler_support/20.html#cpp_lib_shift_201806L
std::shift_lefthttp://cppreference.com/w/cpp/algorithm/shift.html#top
std::shift_righthttp://cppreference.com/w/cpp/algorithm/shift.html#top
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=edit§ion=6
std::ostreamhttp://cppreference.com/w/cpp/io/basic_ostream.html
std::ostreamhttp://cppreference.com/w/cpp/io/basic_ostream.html
std::vectorhttp://cppreference.com/w/cpp/container/vector.html
std::is_same_vhttp://cppreference.com/w/cpp/types/is_same.html
std::is_same_vhttp://cppreference.com/w/cpp/types/is_same.html
std::stringhttp://cppreference.com/w/cpp/string/basic_string.html
std::couthttp://cppreference.com/w/cpp/io/cout.html
std::lefthttp://cppreference.com/w/cpp/io/manip/left.html
std::vectorhttp://cppreference.com/w/cpp/container/vector.html
std::vectorhttp://cppreference.com/w/cpp/container/vector.html
std::vectorhttp://cppreference.com/w/cpp/container/vector.html
std::stringhttp://cppreference.com/w/cpp/string/basic_string.html
std::couthttp://cppreference.com/w/cpp/io/cout.html
std::couthttp://cppreference.com/w/cpp/io/cout.html
std::couthttp://cppreference.com/w/cpp/io/cout.html
std::couthttp://cppreference.com/w/cpp/io/cout.html
std::couthttp://cppreference.com/w/cpp/io/cout.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=edit§ion=7
movehttp://cppreference.com/w/cpp/algorithm/move.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/algorithm/dsc_move&action=edit
move_backwardhttp://cppreference.com/w/cpp/algorithm/move_backward.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/algorithm/dsc_move_backward&action=edit
rotatehttp://cppreference.com/w/cpp/algorithm/rotate.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/algorithm/dsc_rotate&action=edit
ranges::shift_leftranges::shift_righthttp://cppreference.com/w/cpp/algorithm/ranges/shift.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/algorithm/ranges/dsc_shift&action=edit
https://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&oldid=180380https://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&oldid=180380
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/w/Special:RecentChanges
FAQhttp://cppreference.com/w/Cppreference%253AAbout.html
Offline versionhttp://cppreference.com/w/Cppreference%253AArchives.html
http://cppreference.com/w/cpp/algorithm/shift.html
What links herehttps://en.cppreference.com/w/Special:WhatLinksHere/cpp/algorithm/shift
Related changeshttps://en.cppreference.com/w/Special:RecentChangesLinked/cpp/algorithm/shift
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/w/Special:SpecialPages
Printable versionhttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&printable=yes
Permanent linkhttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&oldid=180380
Page informationhttps://en.cppreference.com/mwiki/index.php?title=cpp/algorithm/shift&action=info
Deutschhttp://de.cppreference.com/w/cpp/algorithm/shift
Españolhttp://es.cppreference.com/w/cpp/algorithm/shift
日本語http://ja.cppreference.com/w/cpp/algorithm/shift
Русскийhttp://ru.cppreference.com/w/cpp/algorithm/shift
中文http://zh.cppreference.com/w/cpp/algorithm/shift
Privacy policyhttp://cppreference.com/w/Cppreference%253APrivacy_policy.html
About cppreference.comhttp://cppreference.com/w/Cppreference%253AAbout.html
Disclaimershttp://cppreference.com/w/Cppreference%253AGeneral_disclaimer.html
https://www.mediawiki.org/
http://qbnz.com/highlighter/
http://www.tigertech.net/referral/cppreference.com

URLs of crawlers that visited me.