René's URL Explorer Experiment


Title: Range-based algorithms - C++ Patterns

Open Graph Title: Range-based algorithms - C++ Patterns

Description: Implement algorithms that can be applied to any generic range of elements.

Open Graph Description: Implement algorithms that can be applied to any generic range of elements.

Opengraph URL: https://cpppatterns.com/patterns/range-based-algorithms.html

direct link

Domain: cpppatterns.com

twitter:cardsummary
twitter:creator@sftrabbit
og:site_nameC++ Patterns
fb:app_id676162015844286

Links:

C++Patternshttps://cpppatterns.com/
https://github.com/sftrabbit/CppPatterns-Patterns
https://twitter.com/cpppatterns
← Patternshttps://cpppatterns.com/
CC0 Public Domain Dedicationhttp://creativecommons.org/publicdomain/zero/1.0/
c++11https://cpppatterns.com/#/search/c++11
Lines 4–16https://cpppatterns.com/patterns/range-based-algorithms.html#line4
Forward Iteratorshttp://en.cppreference.com/w/cpp/concept/ForwardIterator
Bidirectional Iteratorshttp://en.cppreference.com/w/cpp/concept/BidirectionalIterator
Random Access Iteratorshttp://en.cppreference.com/w/cpp/concept/RandomAccessIterator
line 4https://cpppatterns.com/patterns/range-based-algorithms.html#line4
lines 12–13https://cpppatterns.com/patterns/range-based-algorithms.html#line12
lines 7–8https://cpppatterns.com/patterns/range-based-algorithms.html#line7
argument-dependent lookuphttps://en.wikipedia.org/wiki/Argument-dependent_name_lookup
std::beginhttp://en.cppreference.com/w/cpp/iterator/begin
std::endhttp://en.cppreference.com/w/cpp/iterator/end
range-based for loophttps://cpppatterns.com/patterns/range-iteration.html
https://github.com/sftrabbit
Fork this pattern on GitHubhttps://github.com/sftrabbit/CppPatterns-Patterns/tree/master/common-tasks/ranges/range-based-algorithms.cpp
Tweethttps://twitter.com/share
fork the project on GitHubhttps://github.com/sftrabbit/CppPatterns-Patterns
Tweethttps://twitter.com/share
Joseph Mansfieldhttp://josephmansfield.uk/

Viewport: width=device-width,user-scalable=no


URLs of crawlers that visited me.