René's URL Explorer Experiment


Title: Concepts library (since C++20) - 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%2Fconcepts
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fconcepts
Pagehttps://en.cppreference.com/cpp/concepts
Discussionhttps://en.cppreference.com/Talk:cpp/concepts
https://en.cppreference.com/cpp/concepts
Readhttps://en.cppreference.com/cpp/concepts
View sourcehttps://en.cppreference.com/index.php?title=cpp/concepts&action=edit
View historyhttps://en.cppreference.com/index.php?title=cpp/concepts&action=history
https://en.cppreference.com/cpp/concepts
cpphttps://en.cppreference.com/cpp
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
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
Core language conceptshttps://en.cppreference.com/cpp/concepts#Core_language_concepts
same_ashttps://en.cppreference.com/cpp/concepts/same_as
derived_fromhttps://en.cppreference.com/cpp/concepts/derived_from
convertible_tohttps://en.cppreference.com/cpp/concepts/convertible_to
common_reference_withhttps://en.cppreference.com/cpp/concepts/common_reference_with
common_withhttps://en.cppreference.com/cpp/concepts/common_with
integralhttps://en.cppreference.com/cpp/concepts/integral
signed_integralhttps://en.cppreference.com/cpp/concepts/signed_integral
unsigned_integralhttps://en.cppreference.com/cpp/concepts/unsigned_integral
floating_pointhttps://en.cppreference.com/cpp/concepts/floating_point
swappableswappable_withhttps://en.cppreference.com/cpp/concepts/swappable
destructiblehttps://en.cppreference.com/cpp/concepts/destructible
constructible_fromhttps://en.cppreference.com/cpp/concepts/constructible_from
default_initializablehttps://en.cppreference.com/cpp/concepts/default_initializable
move_constructiblehttps://en.cppreference.com/cpp/concepts/move_constructible
copy_constructiblehttps://en.cppreference.com/cpp/concepts/copy_constructible
assignable_fromhttps://en.cppreference.com/cpp/concepts/assignable_from
Comparison conceptshttps://en.cppreference.com/cpp/concepts#Comparison_concepts
equality_comparableequality_comparable_withhttps://en.cppreference.com/cpp/concepts/equality_comparable
totally_orderedtotally_ordered_withhttps://en.cppreference.com/cpp/concepts/totally_ordered
Object conceptshttps://en.cppreference.com/cpp/concepts#Object_concepts
movablehttps://en.cppreference.com/cpp/concepts/movable
copyablehttps://en.cppreference.com/cpp/concepts/copyable
semiregularhttps://en.cppreference.com/cpp/concepts/semiregular
regularhttps://en.cppreference.com/cpp/concepts/regular
Callable conceptshttps://en.cppreference.com/cpp/concepts#Callable_concepts
invocableregular_invocablehttps://en.cppreference.com/cpp/concepts/invocable
predicatehttps://en.cppreference.com/cpp/concepts/predicate
relationhttps://en.cppreference.com/cpp/concepts/relation
equivalence_relationhttps://en.cppreference.com/cpp/concepts/equivalence_relation
strict_weak_orderhttps://en.cppreference.com/cpp/concepts/strict_weak_order
boolean-testablehttps://en.cppreference.com/cpp/concepts/boolean-testable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/navbar_content&action=edit
no diagnostic requiredhttps://en.cppreference.com/cpp/language/ndr
1 Equality preservationhttps://en.cppreference.com/cpp/concepts#Equality_preservation
2 Implicit expression variationshttps://en.cppreference.com/cpp/concepts#Implicit_expression_variations
3 Standard library conceptshttps://en.cppreference.com/cpp/concepts#Standard_library_concepts
3.1 Core language conceptshttps://en.cppreference.com/cpp/concepts#Core_language_concepts
3.2 Comparison conceptshttps://en.cppreference.com/cpp/concepts#Comparison_concepts
3.3 Object conceptshttps://en.cppreference.com/cpp/concepts#Object_concepts
3.4 Callable conceptshttps://en.cppreference.com/cpp/concepts#Callable_concepts
4 See alsohttps://en.cppreference.com/cpp/concepts#See_also
id-expressionhttps://en.cppreference.com/cpp/language/expressions#Primary_expressions
std::movehttps://en.cppreference.com/cpp/utility/move
requires expressionhttps://en.cppreference.com/cpp/language/requires
standard library conceptshttps://en.cppreference.com/cpp/concepts#Standard_library_concepts
output_iteratorhttps://en.cppreference.com/cpp/iterator/output_iterator
indirectly_writablehttps://en.cppreference.com/cpp/iterator/indirectly_writable
invocablehttps://en.cppreference.com/cpp/concepts/invocable
weakly_incrementablehttps://en.cppreference.com/cpp/iterator/weakly_incrementable
rangehttps://en.cppreference.com/cpp/ranges/range
requires expressionhttps://en.cppreference.com/cpp/language/requires
https://en.cppreference.com/cpp/header/concepts
same_ashttps://en.cppreference.com/cpp/concepts/same_as
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_same_as&action=edit
derived_fromhttps://en.cppreference.com/cpp/concepts/derived_from
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_derived_from&action=edit
convertible_tohttps://en.cppreference.com/cpp/concepts/convertible_to
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_convertible_to&action=edit
common_reference_withhttps://en.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://en.cppreference.com/cpp/concepts/common_with
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_common_with&action=edit
integralhttps://en.cppreference.com/cpp/concepts/integral
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_integral&action=edit
signed_integralhttps://en.cppreference.com/cpp/concepts/signed_integral
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_signed_integral&action=edit
unsigned_integralhttps://en.cppreference.com/cpp/concepts/unsigned_integral
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_unsigned_integral&action=edit
floating_pointhttps://en.cppreference.com/cpp/concepts/floating_point
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_floating_point&action=edit
assignable_fromhttps://en.cppreference.com/cpp/concepts/assignable_from
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_assignable_from&action=edit
swappableswappable_withhttps://en.cppreference.com/cpp/concepts/swappable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_swappable&action=edit
destructiblehttps://en.cppreference.com/cpp/concepts/destructible
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_destructible&action=edit
constructible_fromhttps://en.cppreference.com/cpp/concepts/constructible_from
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_constructible_from&action=edit
default_initializablehttps://en.cppreference.com/cpp/concepts/default_initializable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_default_initializable&action=edit
move_constructiblehttps://en.cppreference.com/cpp/concepts/move_constructible
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_move_constructible&action=edit
copy_constructiblehttps://en.cppreference.com/cpp/concepts/copy_constructible
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_copy_constructible&action=edit
https://en.cppreference.com/cpp/header/concepts
boolean-testablehttps://en.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://en.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://en.cppreference.com/cpp/concepts/totally_ordered
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_totally_ordered&action=edit
https://en.cppreference.com/cpp/header/compare
three_way_comparablethree_way_comparable_withhttps://en.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://en.cppreference.com/cpp/header/concepts
movablehttps://en.cppreference.com/cpp/concepts/movable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_movable&action=edit
copyablehttps://en.cppreference.com/cpp/concepts/copyable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_copyable&action=edit
semiregularhttps://en.cppreference.com/cpp/concepts/semiregular
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_semiregular&action=edit
regularhttps://en.cppreference.com/cpp/concepts/regular
semiregularhttps://en.cppreference.com/cpp/concepts/semiregular
equality_comparablehttps://en.cppreference.com/cpp/concepts/equality_comparable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_regular&action=edit
https://en.cppreference.com/cpp/header/concepts
invocableregular_invocablehttps://en.cppreference.com/cpp/concepts/invocable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_invocable&action=edit
predicatehttps://en.cppreference.com/cpp/concepts/predicate
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_predicate&action=edit
relationhttps://en.cppreference.com/cpp/concepts/relation
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_relation&action=edit
equivalence_relationhttps://en.cppreference.com/cpp/concepts/equivalence_relation
relationhttps://en.cppreference.com/cpp/concepts/relation
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_equivalence_relation&action=edit
strict_weak_orderhttps://en.cppreference.com/cpp/concepts/strict_weak_order
relationhttps://en.cppreference.com/cpp/concepts/relation
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_strict_weak_order&action=edit
the iterators libraryhttps://en.cppreference.com/cpp/iterator#C.2B.2B20_iterator_concepts
the algorithms libraryhttps://en.cppreference.com/cpp/iterator#Algorithm_concepts_and_utilities
the ranges libraryhttps://en.cppreference.com/cpp/ranges#Range_concepts
Named Requirementshttps://en.cppreference.com/cpp/named_req
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/cpp/concepts
What links herehttps://en.cppreference.com/Special:WhatLinksHere/cpp/concepts
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/cpp/concepts
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/concepts&oldid=175880
Page informationhttps://en.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.