René's URL Explorer Experiment


Title: C++ named requirements: Callable - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://cppreference.com/
Create accounthttps://cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fnamed+req%2FCallable
Log inhttps://cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fnamed+req%2FCallable
Pagehttps://cppreference.com/cpp/named_req/Callable
Discussionhttps://cppreference.com/index.php?title=Talk:cpp/named_req/Callable&action=edit&redlink=1
https://cppreference.com/cpp/named_req/Callable
Readhttps://cppreference.com/cpp/named_req/Callable
View sourcehttps://cppreference.com/index.php?title=cpp/named_req/Callable&action=edit
View historyhttps://cppreference.com/index.php?title=cpp/named_req/Callable&action=history
https://cppreference.com/cpp/named_req/Callable
cpphttps://cppreference.com/cpp
named reqhttps://cppreference.com/cpp/named_req
C++https://cppreference.com/cpp
Compiler supporthttps://cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://cppreference.com/cpp/freestanding
Languagehttps://cppreference.com/cpp/language
Standard libraryhttps://cppreference.com/cpp/standard_library
Standard library headershttps://cppreference.com/cpp/header
Named requirementshttps://cppreference.com/cpp/named_req
Feature test macroshttps://cppreference.com/cpp/feature_test
Language support libraryhttps://cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://cppreference.com/cpp/concepts
Diagnostics libraryhttps://cppreference.com/cpp/error
Memory management libraryhttps://cppreference.com/cpp/memory
Metaprogramming libraryhttps://cppreference.com/cpp/meta
General utilities libraryhttps://cppreference.com/cpp/utility
Containers libraryhttps://cppreference.com/cpp/container
Iterators libraryhttps://cppreference.com/cpp/iterator
Ranges libraryhttps://cppreference.com/cpp/ranges
Algorithms libraryhttps://cppreference.com/cpp/algorithm
Strings libraryhttps://cppreference.com/cpp/string
Text processing libraryhttps://cppreference.com/cpp/text
Numerics libraryhttps://cppreference.com/cpp/numeric
Date and time libraryhttps://cppreference.com/cpp/chrono
Input/output libraryhttps://cppreference.com/cpp/io
Filesystem libraryhttps://cppreference.com/cpp/filesystem
Concurrency support libraryhttps://cppreference.com/cpp/thread
Execution control libraryhttps://cppreference.com/cpp/execution
Technical specificationshttps://cppreference.com/cpp/experimental
Symbols indexhttps://cppreference.com/cpp/symbol_index
External librarieshttps://cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
C++ named requirementshttps://cppreference.com/cpp/named_req
Basichttps://cppreference.com/cpp/named_req#Basic
DefaultConstructiblehttps://cppreference.com/cpp/named_req/DefaultConstructible
MoveConstructiblehttps://cppreference.com/cpp/named_req/MoveConstructible
CopyConstructiblehttps://cppreference.com/cpp/named_req/CopyConstructible
CopyAssignablehttps://cppreference.com/cpp/named_req/CopyAssignable
MoveAssignablehttps://cppreference.com/cpp/named_req/MoveAssignable
Destructiblehttps://cppreference.com/cpp/named_req/Destructible
Type propertieshttps://cppreference.com/cpp/named_req#Type_properties
ScalarTypehttps://cppreference.com/cpp/named_req/ScalarType
PODTypehttps://cppreference.com/cpp/named_req/PODType
TriviallyCopyablehttps://cppreference.com/cpp/named_req/TriviallyCopyable
TrivialTypehttps://cppreference.com/cpp/named_req/TrivialType
StandardLayoutTypehttps://cppreference.com/cpp/named_req/StandardLayoutType
ImplicitLifetimeTypehttps://cppreference.com/cpp/named_req/ImplicitLifetimeType
Library-widehttps://cppreference.com/cpp/named_req#Library-wide
BooleanTestablehttps://cppreference.com/cpp/named_req/BooleanTestable
EqualityComparablehttps://cppreference.com/cpp/named_req/EqualityComparable
LessThanComparablehttps://cppreference.com/cpp/named_req/LessThanComparable
Swappablehttps://cppreference.com/cpp/named_req/Swappable
ValueSwappablehttps://cppreference.com/cpp/named_req/ValueSwappable
NullablePointerhttps://cppreference.com/cpp/named_req/NullablePointer
Hashhttps://cppreference.com/cpp/named_req/Hash
Allocatorhttps://cppreference.com/cpp/named_req/Allocator
FunctionObjecthttps://cppreference.com/cpp/named_req/FunctionObject
Predicatehttps://cppreference.com/cpp/named_req/Predicate
BinaryPredicatehttps://cppreference.com/cpp/named_req/BinaryPredicate
Comparehttps://cppreference.com/cpp/named_req/Compare
Containerhttps://cppreference.com/cpp/named_req#Container
Containerhttps://cppreference.com/cpp/named_req/Container
ReversibleContainerhttps://cppreference.com/cpp/named_req/ReversibleContainer
AllocatorAwareContainerhttps://cppreference.com/cpp/named_req/AllocatorAwareContainer
SequenceContainerhttps://cppreference.com/cpp/named_req/SequenceContainer
ContiguousContainerhttps://cppreference.com/cpp/named_req/ContiguousContainer
AssociativeContainerhttps://cppreference.com/cpp/named_req/AssociativeContainer
UnorderedAssociativeContainerhttps://cppreference.com/cpp/named_req/UnorderedAssociativeContainer
Container elementhttps://cppreference.com/cpp/named_req#Container_element
DefaultInsertablehttps://cppreference.com/cpp/named_req/DefaultInsertable
CopyInsertablehttps://cppreference.com/cpp/named_req/CopyInsertable
MoveInsertablehttps://cppreference.com/cpp/named_req/MoveInsertable
EmplaceConstructiblehttps://cppreference.com/cpp/named_req/EmplaceConstructible
Erasablehttps://cppreference.com/cpp/named_req/Erasable
Iteratorhttps://cppreference.com/cpp/named_req#Iterator
LegacyIteratorhttps://cppreference.com/cpp/named_req/Iterator
LegacyInputIteratorhttps://cppreference.com/cpp/named_req/InputIterator
LegacyOutputIteratorhttps://cppreference.com/cpp/named_req/OutputIterator
LegacyForwardIteratorhttps://cppreference.com/cpp/named_req/ForwardIterator
LegacyBidirectionalIteratorhttps://cppreference.com/cpp/named_req/BidirectionalIterator
LegacyRandomAccessIteratorhttps://cppreference.com/cpp/named_req/RandomAccessIterator
LegacyContiguousIteratorhttps://cppreference.com/cpp/named_req/ContiguousIterator
ConstexprIteratorhttps://cppreference.com/cpp/named_req/ConstexprIterator
Stream I/Ohttps://cppreference.com/cpp/named_req#Stream_I/O_functions
FormattedInputFunctionhttps://cppreference.com/cpp/named_req/FormattedInputFunction
UnformattedInputFunctionhttps://cppreference.com/cpp/named_req/UnformattedInputFunction
FormattedOutputFunctionhttps://cppreference.com/cpp/named_req/FormattedOutputFunction
UnformattedOutputFunctionhttps://cppreference.com/cpp/named_req/UnformattedOutputFunction
Formattershttps://cppreference.com/cpp/named_req#Formatters
BasicFormatterhttps://cppreference.com/cpp/named_req/BasicFormatter
Formatterhttps://cppreference.com/cpp/named_req/Formatter
Random Numbershttps://cppreference.com/cpp/named_req#Random_Number_Generation
SeedSequencehttps://cppreference.com/cpp/named_req/SeedSequence
RandomNumberEnginehttps://cppreference.com/cpp/named_req/RandomNumberEngine
RandomNumberDistributionhttps://cppreference.com/cpp/named_req/RandomNumberDistribution
UniformRandomBitGeneratorhttps://cppreference.com/cpp/named_req/UniformRandomBitGenerator
RandomNumberEngineAdaptorhttps://cppreference.com/cpp/named_req/RandomNumberEngineAdaptor
Concurrencyhttps://cppreference.com/cpp/named_req#Concurrency
BasicLockablehttps://cppreference.com/cpp/named_req/BasicLockable
Lockablehttps://cppreference.com/cpp/named_req/Lockable
TimedLockablehttps://cppreference.com/cpp/named_req/TimedLockable
SharedLockablehttps://cppreference.com/cpp/named_req/SharedLockable
SharedTimedLockablehttps://cppreference.com/cpp/named_req/SharedTimedLockable
Mutexhttps://cppreference.com/cpp/named_req/Mutex
TimedMutexhttps://cppreference.com/cpp/named_req/TimedMutex
SharedMutexhttps://cppreference.com/cpp/named_req/SharedMutex
SharedTimedMutexhttps://cppreference.com/cpp/named_req/SharedTimedMutex
Rangeshttps://cppreference.com/cpp/named_req#Ranges
RangeAdaptorObjecthttps://cppreference.com/cpp/named_req/RangeAdaptorObject
RangeAdaptorClosureObjecthttps://cppreference.com/cpp/named_req/RangeAdaptorClosureObject
Multidimensional Viewhttps://cppreference.com/cpp/named_req#Multidimensional_View_Customization
LayoutMappinghttps://cppreference.com/cpp/named_req/LayoutMapping
LayoutMappingPolicyhttps://cppreference.com/cpp/named_req/LayoutMappingPolicy
AccessorPolicyhttps://cppreference.com/cpp/named_req/AccessorPolicy
Otherhttps://cppreference.com/cpp/named_req#Other
CharTraitshttps://cppreference.com/cpp/named_req/CharTraits
RegexTraitshttps://cppreference.com/cpp/named_req/RegexTraits
BitmaskTypehttps://cppreference.com/cpp/named_req/BitmaskType
LiteralTypehttps://cppreference.com/cpp/named_req/LiteralType
NumericTypehttps://cppreference.com/cpp/named_req/NumericType
UnaryTypeTraithttps://cppreference.com/cpp/named_req/UnaryTypeTrait
BinaryTypeTraithttps://cppreference.com/cpp/named_req/BinaryTypeTrait
TransformationTraithttps://cppreference.com/cpp/named_req/TransformationTrait
Clockhttps://cppreference.com/cpp/named_req/Clock
TrivialClockhttps://cppreference.com/cpp/named_req/TrivialClock
[edit]https://cppreference.com/index.php?title=Template:cpp/named_req/navbar_content&action=edit
INVOKEhttps://cppreference.com/cpp/utility/functional
INVOKEhttps://cppreference.com/cpp/utility/functional
std::invoke_rhttps://cppreference.com/cpp/utility/functional/invoke
1 Requirementshttps://cppreference.com/cpp/named_req/Callable#Requirements
2 Noteshttps://cppreference.com/cpp/named_req/Callable#Notes
3 Standard libraryhttps://cppreference.com/cpp/named_req/Callable#Standard_library
4 See alsohttps://cppreference.com/cpp/named_req/Callable#See_also
INVOKEhttps://cppreference.com/cpp/utility/functional
Pointers to data membershttps://cppreference.com/cpp/language/pointer#Pointers_to_data_members
FunctionObjecthttps://cppreference.com/cpp/named_req/FunctionObject
functionhttps://cppreference.com/cpp/utility/functional/function
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_function&action=edit
move_only_functionhttps://cppreference.com/cpp/utility/functional/move_only_function
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_move_only_function&action=edit
copyable_functionhttps://cppreference.com/cpp/utility/functional/copyable_function
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_copyable_function&action=edit
function_refhttps://cppreference.com/cpp/utility/functional/function_ref
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_function_ref&action=edit
bindhttps://cppreference.com/cpp/utility/functional/bind
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_bind&action=edit
bind_frontbind_backhttps://cppreference.com/cpp/utility/functional/bind_front
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_bind_front&action=edit
reference_wrapperhttps://cppreference.com/cpp/utility/functional/reference_wrapper
CopyConstructiblehttps://cppreference.com/cpp/named_req/CopyConstructible
CopyAssignablehttps://cppreference.com/cpp/named_req/CopyAssignable
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_reference_wrapper&action=edit
result_ofinvoke_resulthttps://cppreference.com/cpp/types/result_of
[edit]https://cppreference.com/index.php?title=Template:cpp/types/dsc_result_of&action=edit
threadhttps://cppreference.com/cpp/thread/thread
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/dsc_thread&action=edit
jthreadhttps://cppreference.com/cpp/thread/jthread
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/dsc_jthread&action=edit
call_oncehttps://cppreference.com/cpp/thread/call_once
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/dsc_call_once&action=edit
asynchttps://cppreference.com/cpp/thread/async
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/dsc_async&action=edit
packaged_taskhttps://cppreference.com/cpp/thread/packaged_task
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/dsc_packaged_task&action=edit
is_invocableis_invocable_ris_nothrow_invocableis_nothrow_invocable_rhttps://cppreference.com/cpp/types/is_invocable
[edit]https://cppreference.com/index.php?title=Template:cpp/types/dsc_is_invocable&action=edit
invocableregular_invocablehttps://cppreference.com/cpp/concepts/invocable
[edit]https://cppreference.com/index.php?title=Template:cpp/concepts/dsc_invocable&action=edit
invokeinvoke_rhttps://cppreference.com/cpp/utility/functional/invoke
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_invoke&action=edit
Support ushttp://www.cppreference.com/support
Recent changeshttps://cppreference.com/Special:RecentChanges
FAQhttps://cppreference.com/Cppreference:FAQ
Offline versionhttps://cppreference.com/Cppreference:Archives
https://cppreference.com/cpp/named_req/Callable
What links herehttps://cppreference.com/Special:WhatLinksHere/cpp/named_req/Callable
Related changeshttps://cppreference.com/Special:RecentChangesLinked/cpp/named_req/Callable
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://cppreference.com/index.php?title=cpp/named_req/Callable&oldid=173956
Page informationhttps://cppreference.com/index.php?title=cpp/named_req/Callable&action=info
Deutschhttps://de.cppreference.com/cpp/named_req/Callable
Englishhttp://en.cppreference.com/cpp/named_req/Callable
Españolhttp://es.cppreference.com/cpp/named_req/Callable
日本語http://ja.cppreference.com/cpp/named_req/Callable
中文http://zh.cppreference.com/cpp/named_req/Callable

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.