René's URL Explorer Experiment


Title: Concepts library (since C++20) - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: www.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://www.cppreference.com/
Create accounthttps://www.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fconcepts
Log inhttps://www.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fconcepts
Pagehttps://www.cppreference.com/cpp/concepts
Discussionhttps://www.cppreference.com/Talk:cpp/concepts
https://www.cppreference.com/cpp/concepts
Readhttps://www.cppreference.com/cpp/concepts
View sourcehttps://www.cppreference.com/index.php?title=cpp/concepts&action=edit
View historyhttps://www.cppreference.com/index.php?title=cpp/concepts&action=history
https://www.cppreference.com/cpp/concepts
cpphttps://www.cppreference.com/cpp
C++https://www.cppreference.com/cpp
Compiler supporthttps://www.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://www.cppreference.com/cpp/freestanding
Languagehttps://www.cppreference.com/cpp/language
Standard libraryhttps://www.cppreference.com/cpp/standard_library
Standard library headershttps://www.cppreference.com/cpp/header
Named requirementshttps://www.cppreference.com/cpp/named_req
Feature test macroshttps://www.cppreference.com/cpp/feature_test
Language support libraryhttps://www.cppreference.com/cpp/utility#Language_support
Diagnostics libraryhttps://www.cppreference.com/cpp/error
Memory management libraryhttps://www.cppreference.com/cpp/memory
Metaprogramming libraryhttps://www.cppreference.com/cpp/meta
General utilities libraryhttps://www.cppreference.com/cpp/utility
Containers libraryhttps://www.cppreference.com/cpp/container
Iterators libraryhttps://www.cppreference.com/cpp/iterator
Ranges libraryhttps://www.cppreference.com/cpp/ranges
Algorithms libraryhttps://www.cppreference.com/cpp/algorithm
Strings libraryhttps://www.cppreference.com/cpp/string
Text processing libraryhttps://www.cppreference.com/cpp/text
Numerics libraryhttps://www.cppreference.com/cpp/numeric
Date and time libraryhttps://www.cppreference.com/cpp/chrono
Input/output libraryhttps://www.cppreference.com/cpp/io
Filesystem libraryhttps://www.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://www.cppreference.com/cpp/thread
Execution control libraryhttps://www.cppreference.com/cpp/execution
Technical specificationshttps://www.cppreference.com/cpp/experimental
Symbols indexhttps://www.cppreference.com/cpp/symbol_index
External librarieshttps://www.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Core language conceptshttps://www.cppreference.com/cpp/concepts#Core_language_concepts
same_ashttps://www.cppreference.com/cpp/concepts/same_as
derived_fromhttps://www.cppreference.com/cpp/concepts/derived_from
convertible_tohttps://www.cppreference.com/cpp/concepts/convertible_to
common_reference_withhttps://www.cppreference.com/cpp/concepts/common_reference_with
common_withhttps://www.cppreference.com/cpp/concepts/common_with
integralhttps://www.cppreference.com/cpp/concepts/integral
signed_integralhttps://www.cppreference.com/cpp/concepts/signed_integral
unsigned_integralhttps://www.cppreference.com/cpp/concepts/unsigned_integral
floating_pointhttps://www.cppreference.com/cpp/concepts/floating_point
swappableswappable_withhttps://www.cppreference.com/cpp/concepts/swappable
destructiblehttps://www.cppreference.com/cpp/concepts/destructible
constructible_fromhttps://www.cppreference.com/cpp/concepts/constructible_from
default_initializablehttps://www.cppreference.com/cpp/concepts/default_initializable
move_constructiblehttps://www.cppreference.com/cpp/concepts/move_constructible
copy_constructiblehttps://www.cppreference.com/cpp/concepts/copy_constructible
assignable_fromhttps://www.cppreference.com/cpp/concepts/assignable_from
Comparison conceptshttps://www.cppreference.com/cpp/concepts#Comparison_concepts
equality_comparableequality_comparable_withhttps://www.cppreference.com/cpp/concepts/equality_comparable
totally_orderedtotally_ordered_withhttps://www.cppreference.com/cpp/concepts/totally_ordered
Object conceptshttps://www.cppreference.com/cpp/concepts#Object_concepts
movablehttps://www.cppreference.com/cpp/concepts/movable
copyablehttps://www.cppreference.com/cpp/concepts/copyable
semiregularhttps://www.cppreference.com/cpp/concepts/semiregular
regularhttps://www.cppreference.com/cpp/concepts/regular
Callable conceptshttps://www.cppreference.com/cpp/concepts#Callable_concepts
invocableregular_invocablehttps://www.cppreference.com/cpp/concepts/invocable
predicatehttps://www.cppreference.com/cpp/concepts/predicate
relationhttps://www.cppreference.com/cpp/concepts/relation
equivalence_relationhttps://www.cppreference.com/cpp/concepts/equivalence_relation
strict_weak_orderhttps://www.cppreference.com/cpp/concepts/strict_weak_order
boolean-testablehttps://www.cppreference.com/cpp/concepts/boolean-testable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/navbar_content&action=edit
no diagnostic requiredhttps://www.cppreference.com/cpp/language/ndr
1 Equality preservationhttps://www.cppreference.com/cpp/concepts#Equality_preservation
2 Implicit expression variationshttps://www.cppreference.com/cpp/concepts#Implicit_expression_variations
3 Standard library conceptshttps://www.cppreference.com/cpp/concepts#Standard_library_concepts
3.1 Core language conceptshttps://www.cppreference.com/cpp/concepts#Core_language_concepts
3.2 Comparison conceptshttps://www.cppreference.com/cpp/concepts#Comparison_concepts
3.3 Object conceptshttps://www.cppreference.com/cpp/concepts#Object_concepts
3.4 Callable conceptshttps://www.cppreference.com/cpp/concepts#Callable_concepts
4 See alsohttps://www.cppreference.com/cpp/concepts#See_also
id-expressionhttps://www.cppreference.com/cpp/language/expressions#Primary_expressions
std::movehttps://www.cppreference.com/cpp/utility/move
requires expressionhttps://www.cppreference.com/cpp/language/requires
standard library conceptshttps://www.cppreference.com/cpp/concepts#Standard_library_concepts
output_iteratorhttps://www.cppreference.com/cpp/iterator/output_iterator
indirectly_writablehttps://www.cppreference.com/cpp/iterator/indirectly_writable
invocablehttps://www.cppreference.com/cpp/concepts/invocable
weakly_incrementablehttps://www.cppreference.com/cpp/iterator/weakly_incrementable
rangehttps://www.cppreference.com/cpp/ranges/range
requires expressionhttps://www.cppreference.com/cpp/language/requires
https://www.cppreference.com/cpp/header/concepts
same_ashttps://www.cppreference.com/cpp/concepts/same_as
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_same_as&action=edit
derived_fromhttps://www.cppreference.com/cpp/concepts/derived_from
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_derived_from&action=edit
convertible_tohttps://www.cppreference.com/cpp/concepts/convertible_to
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_convertible_to&action=edit
common_reference_withhttps://www.cppreference.com/cpp/concepts/common_reference_with
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_common_reference_with&action=edit
common_withhttps://www.cppreference.com/cpp/concepts/common_with
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_common_with&action=edit
integralhttps://www.cppreference.com/cpp/concepts/integral
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_integral&action=edit
signed_integralhttps://www.cppreference.com/cpp/concepts/signed_integral
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_signed_integral&action=edit
unsigned_integralhttps://www.cppreference.com/cpp/concepts/unsigned_integral
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_unsigned_integral&action=edit
floating_pointhttps://www.cppreference.com/cpp/concepts/floating_point
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_floating_point&action=edit
assignable_fromhttps://www.cppreference.com/cpp/concepts/assignable_from
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_assignable_from&action=edit
swappableswappable_withhttps://www.cppreference.com/cpp/concepts/swappable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_swappable&action=edit
destructiblehttps://www.cppreference.com/cpp/concepts/destructible
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_destructible&action=edit
constructible_fromhttps://www.cppreference.com/cpp/concepts/constructible_from
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_constructible_from&action=edit
default_initializablehttps://www.cppreference.com/cpp/concepts/default_initializable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_default_initializable&action=edit
move_constructiblehttps://www.cppreference.com/cpp/concepts/move_constructible
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_move_constructible&action=edit
copy_constructiblehttps://www.cppreference.com/cpp/concepts/copy_constructible
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_copy_constructible&action=edit
https://www.cppreference.com/cpp/header/concepts
boolean-testablehttps://www.cppreference.com/cpp/concepts/boolean-testable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_boolean-testable&action=edit
equality_comparableequality_comparable_withhttps://www.cppreference.com/cpp/concepts/equality_comparable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_equality_comparable&action=edit
totally_orderedtotally_ordered_withhttps://www.cppreference.com/cpp/concepts/totally_ordered
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_totally_ordered&action=edit
https://www.cppreference.com/cpp/header/compare
three_way_comparablethree_way_comparable_withhttps://www.cppreference.com/cpp/utility/compare/three_way_comparable
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/compare/dsc_three_way_comparable&action=edit
https://www.cppreference.com/cpp/header/concepts
movablehttps://www.cppreference.com/cpp/concepts/movable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_movable&action=edit
copyablehttps://www.cppreference.com/cpp/concepts/copyable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_copyable&action=edit
semiregularhttps://www.cppreference.com/cpp/concepts/semiregular
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_semiregular&action=edit
regularhttps://www.cppreference.com/cpp/concepts/regular
semiregularhttps://www.cppreference.com/cpp/concepts/semiregular
equality_comparablehttps://www.cppreference.com/cpp/concepts/equality_comparable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_regular&action=edit
https://www.cppreference.com/cpp/header/concepts
invocableregular_invocablehttps://www.cppreference.com/cpp/concepts/invocable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_invocable&action=edit
predicatehttps://www.cppreference.com/cpp/concepts/predicate
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_predicate&action=edit
relationhttps://www.cppreference.com/cpp/concepts/relation
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_relation&action=edit
equivalence_relationhttps://www.cppreference.com/cpp/concepts/equivalence_relation
relationhttps://www.cppreference.com/cpp/concepts/relation
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_equivalence_relation&action=edit
strict_weak_orderhttps://www.cppreference.com/cpp/concepts/strict_weak_order
relationhttps://www.cppreference.com/cpp/concepts/relation
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_strict_weak_order&action=edit
the iterators libraryhttps://www.cppreference.com/cpp/iterator#C.2B.2B20_iterator_concepts
the algorithms libraryhttps://www.cppreference.com/cpp/iterator#Algorithm_concepts_and_utilities
the ranges libraryhttps://www.cppreference.com/cpp/ranges#Range_concepts
Named Requirementshttps://www.cppreference.com/cpp/named_req
Categorieshttps://www.cppreference.com/Special:Categories
Pages using deprecated source tagshttps://www.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://www.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttps://www.cppreference.com/support
Recent changeshttps://www.cppreference.com/Special:RecentChanges
FAQhttps://www.cppreference.com/Cppreference:FAQ
Offline versionhttps://www.cppreference.com/Cppreference:Archives
https://www.cppreference.com/cpp/concepts
What links herehttps://www.cppreference.com/Special:WhatLinksHere/cpp/concepts
Related changeshttps://www.cppreference.com/Special:RecentChangesLinked/cpp/concepts
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://www.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://www.cppreference.com/index.php?title=cpp/concepts&oldid=175880
Page informationhttps://www.cppreference.com/index.php?title=cpp/concepts&action=info
Deutschhttps://de.cppreference.com/cpp/concepts
Españolhttp://es.cppreference.com/cpp/concepts
日本語http://ja.cppreference.com/cpp/concepts
Русскийhttp://ru.cppreference.com/cpp/concepts
中文http://zh.cppreference.com/cpp/concepts

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.