René's URL Explorer Experiment


Title: Lambda expressions (since C++11) - 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%2Flanguage%2Flambda
Log inhttps://cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Flanguage%2Flambda
Pagehttps://cppreference.com/cpp/language/lambda
Discussionhttps://cppreference.com/Talk:cpp/language/lambda
https://cppreference.com/cpp/language/lambda
Readhttps://cppreference.com/cpp/language/lambda
View sourcehttps://cppreference.com/index.php?title=cpp/language/lambda&action=edit
View historyhttps://cppreference.com/index.php?title=cpp/language/lambda&action=history
https://cppreference.com/cpp/language/lambda
cpphttps://cppreference.com/cpp
languagehttps://cppreference.com/cpp/language
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++ languagehttps://cppreference.com/cpp/language
Preprocessorhttps://cppreference.com/cpp/preprocessor
Commentshttps://cppreference.com/cpp/comment
Keywordshttps://cppreference.com/cpp/keyword
Escape sequenceshttps://cppreference.com/cpp/language/escape
Flow controlhttps://cppreference.com/cpp/language/statements
ifhttps://cppreference.com/cpp/language/if
switchhttps://cppreference.com/cpp/language/switch
forhttps://cppreference.com/cpp/language/for
range-forhttps://cppreference.com/cpp/language/range-for
whilehttps://cppreference.com/cpp/language/while
do-whilehttps://cppreference.com/cpp/language/do
continuehttps://cppreference.com/cpp/language/continue
breakhttps://cppreference.com/cpp/language/break
gotohttps://cppreference.com/cpp/language/goto
returnhttps://cppreference.com/cpp/language/return
Functionshttps://cppreference.com/cpp/language/functions
Function declarationhttps://cppreference.com/cpp/language/function
inline specifierhttps://cppreference.com/cpp/language/inline
Dynamic exception specificationshttps://cppreference.com/cpp/language/except_spec
noexcept specifierhttps://cppreference.com/cpp/language/noexcept_spec
throw-expressionhttps://cppreference.com/cpp/language/throw
try blockhttps://cppreference.com/cpp/language/try
catch handlerhttps://cppreference.com/cpp/language/catch
Namespace declarationhttps://cppreference.com/cpp/language/namespace
Namespace aliaseshttps://cppreference.com/cpp/language/namespace_alias
Fundamental typeshttps://cppreference.com/cpp/language/types
Enumeration typeshttps://cppreference.com/cpp/language/enum
Function typeshttps://cppreference.com/cpp/language/function
Class/struct typeshttps://cppreference.com/cpp/language/class
Union typeshttps://cppreference.com/cpp/language/union
const/volatilehttps://cppreference.com/cpp/language/cv
decltypehttps://cppreference.com/cpp/language/decltype
autohttps://cppreference.com/cpp/language/auto
constexprhttps://cppreference.com/cpp/language/constexpr
constevalhttps://cppreference.com/cpp/language/consteval
constinithttps://cppreference.com/cpp/language/constinit
Storage duration specifiershttps://cppreference.com/cpp/language/storage_duration
Initializationhttps://cppreference.com/cpp/language/initialization
Default-initializationhttps://cppreference.com/cpp/language/default_initialization
Value-initializationhttps://cppreference.com/cpp/language/value_initialization
Zero-initializationhttps://cppreference.com/cpp/language/zero_initialization
Copy-initializationhttps://cppreference.com/cpp/language/copy_initialization
Direct-initializationhttps://cppreference.com/cpp/language/direct_initialization
Aggregate initializationhttps://cppreference.com/cpp/language/aggregate_initialization
List-initializationhttps://cppreference.com/cpp/language/list_initialization
Constant initializationhttps://cppreference.com/cpp/language/constant_initialization
Reference initializationhttps://cppreference.com/cpp/language/reference_initialization
Expressionshttps://cppreference.com/cpp/language/expressions
Value categorieshttps://cppreference.com/cpp/language/value_category
Order of evaluationhttps://cppreference.com/cpp/language/eval_order
Operatorshttps://cppreference.com/cpp/language/operators
Operator precedencehttps://cppreference.com/cpp/language/operator_precedence
Alternative representationshttps://cppreference.com/cpp/language/operator_alternative
Literalshttps://cppreference.com/cpp/language/expressions#Literals
Booleanhttps://cppreference.com/cpp/language/bool_literal
Integerhttps://cppreference.com/cpp/language/integer_literal
Floating-pointhttps://cppreference.com/cpp/language/floating_literal
Characterhttps://cppreference.com/cpp/language/character_literal
Stringhttps://cppreference.com/cpp/language/string_literal
nullptrhttps://cppreference.com/cpp/language/nullptr
User-definedhttps://cppreference.com/cpp/language/user_literal
Attributeshttps://cppreference.com/cpp/language/attributes
typedef declarationhttps://cppreference.com/cpp/language/typedef
Type alias declarationhttps://cppreference.com/cpp/language/type_alias
Implicit conversionshttps://cppreference.com/cpp/language/implicit_conversion
static_casthttps://cppreference.com/cpp/language/static_cast
const_casthttps://cppreference.com/cpp/language/const_cast
Explicit conversionshttps://cppreference.com/cpp/language/explicit_cast
dynamic_casthttps://cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttps://cppreference.com/cpp/language/reinterpret_cast
new expressionhttps://cppreference.com/cpp/language/new
delete expressionhttps://cppreference.com/cpp/language/delete
Classeshttps://cppreference.com/cpp/language/classes
Class declarationhttps://cppreference.com/cpp/language/class
Constructorshttps://cppreference.com/cpp/language/constructor
this pointerhttps://cppreference.com/cpp/language/this
Access specifiershttps://cppreference.com/cpp/language/access
friend specifierhttps://cppreference.com/cpp/language/friend
Virtual functionhttps://cppreference.com/cpp/language/virtual
override specifierhttps://cppreference.com/cpp/language/override
final specifierhttps://cppreference.com/cpp/language/final
explicithttps://cppreference.com/cpp/language/explicit
statichttps://cppreference.com/cpp/language/static
Default constructorhttps://cppreference.com/cpp/language/default_constructor
Copy constructorhttps://cppreference.com/cpp/language/copy_constructor
Move constructorhttps://cppreference.com/cpp/language/move_constructor
Copy assignmenthttps://cppreference.com/cpp/language/as_operator
Move assignmenthttps://cppreference.com/cpp/language/move_operator
Destructorhttps://cppreference.com/cpp/language/destructor
Templateshttps://cppreference.com/cpp/language/templates
Class templatehttps://cppreference.com/cpp/language/class_template
Function templatehttps://cppreference.com/cpp/language/function_template
Template specializationhttps://cppreference.com/cpp/language/template_specialization
Parameter packshttps://cppreference.com/cpp/language/pack
Inline assemblyhttps://cppreference.com/cpp/language/asm
History of C++https://cppreference.com/cpp/language/history
[edit]https://cppreference.com/index.php?title=Template:cpp/language/navbar_content&action=edit
Expressionshttps://cppreference.com/cpp/language/expressions
Value categorieshttps://cppreference.com/cpp/language/value_category
Order of evaluationhttps://cppreference.com/cpp/language/eval_order
Constant expressionshttps://cppreference.com/cpp/language/constant_expression
Primary expressionshttps://cppreference.com/cpp/language/expressions#Primary_expressions
Requires expressionshttps://cppreference.com/cpp/language/requires
Pack indexing expressionhttps://cppreference.com/cpp/language/pack_indexing#Pack_indexing_expression
Potentially-evaluated expressionshttps://cppreference.com/cpp/language/expressions#Potentially-evaluated_expressions
Integer literalshttps://cppreference.com/cpp/language/integer_literal
Floating-point literalshttps://cppreference.com/cpp/language/floating_literal
Boolean literalshttps://cppreference.com/cpp/language/bool_literal
Character literalshttps://cppreference.com/cpp/language/character_literal
Escape sequenceshttps://cppreference.com/cpp/language/escape
String literalshttps://cppreference.com/cpp/language/string_literal
Null pointer literalhttps://cppreference.com/cpp/language/nullptr
User-defined literalhttps://cppreference.com/cpp/language/user_literal
Assignment operatorshttps://cppreference.com/cpp/language/operator_assignment
Increment and decrementhttps://cppreference.com/cpp/language/operator_incdec
Arithmetic operatorshttps://cppreference.com/cpp/language/operator_arithmetic
Logical operatorshttps://cppreference.com/cpp/language/operator_logical
Comparison operatorshttps://cppreference.com/cpp/language/operator_comparison
Member access operatorshttps://cppreference.com/cpp/language/operator_member_access
Reflection operatorhttps://cppreference.com/cpp/language/operator_reflection
Other operatorshttps://cppreference.com/cpp/language/operator_other
new-expressionhttps://cppreference.com/cpp/language/new
delete-expressionhttps://cppreference.com/cpp/language/delete
throw-expressionhttps://cppreference.com/cpp/language/throw
alignofhttps://cppreference.com/cpp/language/alignof
sizeofhttps://cppreference.com/cpp/language/sizeof
sizeof...https://cppreference.com/cpp/language/sizeof...
typeidhttps://cppreference.com/cpp/language/typeid
noexcepthttps://cppreference.com/cpp/language/noexcept
Fold expressionshttps://cppreference.com/cpp/language/fold
Alternative representations of operatorshttps://cppreference.com/cpp/language/operator_alternative
Precedence and associativityhttps://cppreference.com/cpp/language/operator_precedence
Operator overloadinghttps://cppreference.com/cpp/language/operators
Default comparisonshttps://cppreference.com/cpp/language/default_comparisons
Implicit conversionshttps://cppreference.com/cpp/language/implicit_conversion
Explicit conversionshttps://cppreference.com/cpp/language/explicit_cast
Usual arithmetic conversionshttps://cppreference.com/cpp/language/usual_arithmetic_conversions
User-defined conversionhttps://cppreference.com/cpp/language/cast_operator
const_casthttps://cppreference.com/cpp/language/const_cast
static_casthttps://cppreference.com/cpp/language/static_cast
dynamic_casthttps://cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttps://cppreference.com/cpp/language/reinterpret_cast
[edit]https://cppreference.com/index.php?title=Template:cpp/language/expressions/navbar_content&action=edit
Functionshttps://cppreference.com/cpp/language/functions
Function declarationhttps://cppreference.com/cpp/language/function
Function parameter listhttps://cppreference.com/cpp/language/function#Parameter_list
Function definitionhttps://cppreference.com/cpp/language/function#Function_definition
Function contract specifiershttps://cppreference.com/cpp/language/function#Function_contract_specifiers
Default argumentshttps://cppreference.com/cpp/language/default_arguments
Variadic argumentshttps://cppreference.com/cpp/language/variadic_arguments
inline specifierhttps://cppreference.com/cpp/language/inline
Coroutineshttps://cppreference.com/cpp/language/coroutines
Replacement functionshttps://cppreference.com/cpp/language/replacement_function
Argument-Dependent Lookup (ADL)https://cppreference.com/cpp/language/adl
Function-call operatorhttps://cppreference.com/cpp/language/operator_other#Built-in_function_call_operator
Function objectshttps://cppreference.com/cpp/named_req/FunctionObject
Overload resolutionhttps://cppreference.com/cpp/language/overload_resolution
Operator overloadinghttps://cppreference.com/cpp/language/operators
Address of an overload sethttps://cppreference.com/cpp/language/overloaded_address
[edit]https://cppreference.com/index.php?title=Template:cpp/language/functions/navbar_content&action=edit
closurehttps://en.wikipedia.org/wiki/Closure_(computer_science)
1 Syntaxhttps://cppreference.com/cpp/language/lambda#Syntax
1.1 Lambda expressions without an explicit template parameter list (possibly non-generic)https://cppreference.com/cpp/language/lambda#Lambda_expressions_without_an_explicit_template_parameter_list_(possibly_non-generic)
1.2 Lambda expressions with an explicit template parameter list (always generic) (since C++20)https://cppreference.com/cpp/language/lambda#Lambda_expressions_with_an_explicit_template_parameter_list_(always_generic)_(since_C++20)
2 Explanationhttps://cppreference.com/cpp/language/lambda#Explanation
3 Closure typehttps://cppreference.com/cpp/language/lambda#Closure_type
4 ClosureType::operator()(params)https://cppreference.com/cpp/language/lambda#ClosureType::operator()(params)
4.1 Dangling referenceshttps://cppreference.com/cpp/language/lambda#Dangling_references
5 ClosureType::operator ret(*)(params)()https://cppreference.com/cpp/language/lambda#ClosureType::operator_ret(*)(params)()
6 ClosureType::ClosureType()https://cppreference.com/cpp/language/lambda#ClosureType::ClosureType()
7 ClosureType::operator=(const ClosureType&)https://cppreference.com/cpp/language/lambda#ClosureType::operator=(const_ClosureType&)
8 ClosureType::~ClosureType()https://cppreference.com/cpp/language/lambda#ClosureType::~ClosureType()
9 ClosureType::Captureshttps://cppreference.com/cpp/language/lambda#ClosureType::Captures
9.1 Lambda capturehttps://cppreference.com/cpp/language/lambda#Lambda_capture
9.2 Noteshttps://cppreference.com/cpp/language/lambda#Notes
9.3 Examplehttps://cppreference.com/cpp/language/lambda#Example
9.4 Defect reportshttps://cppreference.com/cpp/language/lambda#Defect_reports
9.5 See alsohttps://cppreference.com/cpp/language/lambda#See_also
9.6 External linkshttps://cppreference.com/cpp/language/lambda#External_links
capturedhttps://cppreference.com/cpp/language/lambda#Lambda_capture
template parametershttps://cppreference.com/cpp/language/template_parameters
constraintshttps://cppreference.com/cpp/language/constraints
attribute specifier sequencehttps://cppreference.com/cpp/language/attributes
noreturnhttps://cppreference.com/cpp/language/attributes/noreturn
parameter listhttps://cppreference.com/cpp/language/function#Parameter_list
explicit object parameterhttps://cppreference.com/cpp/language/function#Parameter_list
constexpr functionhttps://cppreference.com/cpp/language/constexpr#constexpr_function
immediate functionhttps://cppreference.com/cpp/language/consteval
static member functionhttps://cppreference.com/cpp/language/static#Static_member_functions
dynamic exception specificationhttps://cppreference.com/cpp/language/except_spec
noexcept specifierhttps://cppreference.com/cpp/language/noexcept_spec
attribute specifier sequencehttps://cppreference.com/cpp/language/attributes
noreturnhttps://cppreference.com/cpp/language/attributes/noreturn
constraintshttps://cppreference.com/cpp/language/constraints
function contract specifiershttps://cppreference.com/cpp/language/function#Function_contract_specifiers
autohttps://cppreference.com/cpp/language/auto
herehttps://cppreference.com/cpp/language/function#func
unionhttps://cppreference.com/cpp/language/union
aggregatehttps://cppreference.com/cpp/language/aggregate_initialization
ADLhttps://cppreference.com/cpp/language/adl
structuralhttps://cppreference.com/cpp/language/template_parameters#Non-type_template_parameter
explicitly instantiatedhttps://cppreference.com/cpp/language/function_template#Explicit_instantiation
explicitly specializedhttps://cppreference.com/cpp/language/template_specialization
friend declarationhttps://cppreference.com/cpp/language/friend
deducedhttps://cppreference.com/cpp/language/function#Return_type_deduction
[1]https://cppreference.com/cpp/language/lambda#cite_note-1
constexpr functionhttps://cppreference.com/cpp/language/constexpr
immediate functionhttps://cppreference.com/cpp/language/consteval
static member functionhttps://cppreference.com/cpp/language/static#Static_member_functions
explicit object member functionhttps://cppreference.com/cpp/language/member_functions#Explicit_object_member_functions
parameter packhttps://cppreference.com/cpp/language/parameter_pack
name lookuphttps://cppreference.com/cpp/language/lookup
this pointerhttps://cppreference.com/cpp/language/this
https://cppreference.com/cpp/language/lambda#cite_ref-1
user-defined conversion functionhttps://cppreference.com/cpp/language/cast_operator
immediate functionhttps://cppreference.com/cpp/language/consteval
language linkagehttps://cppreference.com/cpp/language/language_linkage
language linkagehttps://cppreference.com/cpp/language/language_linkage
language linkagehttps://cppreference.com/cpp/language/language_linkage
language linkagehttps://cppreference.com/cpp/language/language_linkage
DefaultConstructiblehttps://cppreference.com/cpp/named_req/DefaultConstructible
copy constructorshttps://cppreference.com/cpp/language/copy_constructor
move constructorshttps://cppreference.com/cpp/language/move_constructor
CopyAssignablehttps://cppreference.com/cpp/named_req/CopyAssignable
direct-initializedhttps://cppreference.com/cpp/language/direct_initialization
LiteralTypehttps://cppreference.com/cpp/named_req/LiteralType
unevaluated expressionshttps://cppreference.com/cpp/language/expressions#Unevaluated_expressions
template argumentshttps://cppreference.com/cpp/language/template_parameters
alias declarationshttps://cppreference.com/cpp/language/type_alias
typedef declarationshttps://cppreference.com/cpp/language/typedef
default argumentshttps://cppreference.com/cpp/language/default_arguments
pack expansionhttps://cppreference.com/cpp/language/parameter_pack
initializerhttps://cppreference.com/cpp/language/initialization
pack expansionhttps://cppreference.com/cpp/language/parameter_pack
storage durationhttps://cppreference.com/cpp/language/storage_duration
constant expressionhttps://cppreference.com/cpp/language/constant_expression#Constant_expression
constant expressionhttps://cppreference.com/cpp/language/constant_expression#Constant_expression
enclosing scopehttps://cppreference.com/cpp/language/scope
block scopehttps://cppreference.com/cpp/language/scope#Block_scope
default member initializerhttps://cppreference.com/cpp/language/data_members#Member_initialization
class scopehttps://cppreference.com/cpp/language/scope#Class_scope
contract assertionhttps://cppreference.com/cpp/language/contracts
contract-assertion scopehttps://cppreference.com/cpp/language/scope#Contract-assertion_scope
unqualified name lookuphttps://cppreference.com/cpp/language/lookup
variablehttps://cppreference.com/cpp/language/object
structured bindinghttps://cppreference.com/cpp/language/structured_binding
autohttps://cppreference.com/cpp/language/auto
odr-usablehttps://cppreference.com/cpp/language/definition#ODR-use
structured bindinghttps://cppreference.com/cpp/language/structured_binding
potentially-evaluatedhttps://cppreference.com/cpp/language/expressions#Potentially-evaluated_expressions
typeidhttps://cppreference.com/cpp/language/typeid
discarded statementhttps://cppreference.com/cpp/language/if#Constexpr_if
odr-useshttps://cppreference.com/cpp/language/definition#ODR-use
decltypehttps://cppreference.com/cpp/language/decltype
default member initializerhttps://cppreference.com/cpp/language/data_members#Member_initialization
variableshttps://cppreference.com/cpp/language/object
default argumenthttps://cppreference.com/cpp/language/default_arguments
anonymous unionshttps://cppreference.com/cpp/language/union
Bit-fieldshttps://cppreference.com/cpp/language/bit_field
__cpp_lambdashttps://cppreference.com/cpp/feature_test#cpp_lambdas
200907Lhttps://cppreference.com/cpp/compiler_support/11#cpp_lambdas_200907L
__cpp_generic_lambdashttps://cppreference.com/cpp/feature_test#cpp_generic_lambdas
201304Lhttps://cppreference.com/cpp/compiler_support/14#cpp_generic_lambdas_201304L
201707Lhttps://cppreference.com/cpp/compiler_support/20#cpp_generic_lambdas_201707L
__cpp_init_captureshttps://cppreference.com/cpp/feature_test#cpp_init_captures
201304Lhttps://cppreference.com/cpp/compiler_support/14#cpp_init_captures_201304L
201803Lhttps://cppreference.com/cpp/compiler_support/20#cpp_init_captures_201803L
__cpp_capture_star_thishttps://cppreference.com/cpp/feature_test#cpp_capture_star_this
201603Lhttps://cppreference.com/cpp/compiler_support/17#cpp_capture_star_this_201603L
__cpp_constexprhttps://cppreference.com/cpp/feature_test#cpp_constexpr
201603Lhttps://cppreference.com/cpp/compiler_support/17#cpp_constexpr_201603L
__cpp_static_call_operatorhttps://cppreference.com/cpp/feature_test#cpp_static_call_operator
202207Lhttps://cppreference.com/cpp/compiler_support/23#cpp_static_call_operator_202207L
P0588R1https://wg21.link/P0588R1
odr-usinghttps://cppreference.com/cpp/language/definition#ODR-use
odr-usablehttps://cppreference.com/cpp/language/definition#ODR-use
structured bindinghttps://cppreference.com/cpp/language/structured_binding
potentially-evaluatedhttps://cppreference.com/cpp/language/expressions#Potentially-evaluated_expressions
odr-usedhttps://cppreference.com/cpp/language/definition#ODR-use
CWG 974https://cplusplus.github.io/CWG/issues/974.html
CWG 1048https://cplusplus.github.io/CWG/issues/1048.html
N3638https://wg21.link/N3638
CWG 1249https://cplusplus.github.io/CWG/issues/1249.html
CWG 1557https://cplusplus.github.io/CWG/issues/1557.html
CWG 1607https://cplusplus.github.io/CWG/issues/1607.html
CWG 1612https://cplusplus.github.io/CWG/issues/1612.html
CWG 1722https://cplusplus.github.io/CWG/issues/1722.html
CWG 1772https://cplusplus.github.io/CWG/issues/1772.html
CWG 1780https://cplusplus.github.io/CWG/issues/1780.html
CWG 1891https://cplusplus.github.io/CWG/issues/1891.html
CWG 1937https://cplusplus.github.io/CWG/issues/1937.html
CWG 1973https://cplusplus.github.io/CWG/issues/1973.html
CWG 2011https://cplusplus.github.io/CWG/issues/2011.html
CWG 2095https://cplusplus.github.io/CWG/issues/2095.html
CWG 2211https://cplusplus.github.io/CWG/issues/2211.html
CWG 2358https://cplusplus.github.io/CWG/issues/2358.html
CWG 2509https://cplusplus.github.io/CWG/issues/2509.html
CWG 2561https://cplusplus.github.io/CWG/issues/2561.html
CWG 2881https://cplusplus.github.io/CWG/issues/2881.html
P0588R1https://wg21.link/P0588R1
auto specifier https://cppreference.com/cpp/language/auto
[edit]https://cppreference.com/index.php?title=Template:cpp/language/dsc_auto&action=edit
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
Nested functionhttps://en.wikipedia.org/wiki/Nested_function
Categorieshttps://cppreference.com/Special:Categories
Pages using deprecated source tagshttps://cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Pages with too many expensive parser function callshttps://cppreference.com/index.php?title=Category:Pages_with_too_many_expensive_parser_function_calls&action=edit&redlink=1
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/language/lambda
What links herehttps://cppreference.com/Special:WhatLinksHere/cpp/language/lambda
Related changeshttps://cppreference.com/Special:RecentChangesLinked/cpp/language/lambda
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/language/lambda&oldid=183107
Page informationhttps://cppreference.com/index.php?title=cpp/language/lambda&action=info
Deutschhttps://de.cppreference.com/cpp/language/lambda
Españolhttp://es.cppreference.com/cpp/language/lambda
Françaishttp://fr.cppreference.com/cpp/language/lambda
Italianohttp://it.cppreference.com/cpp/language/lambda
日本語http://ja.cppreference.com/cpp/language/lambda
Portuguêshttp://pt.cppreference.com/cpp/language/lambda
Русскийhttp://ru.cppreference.com/cpp/language/lambda
中文http://zh.cppreference.com/cpp/language/lambda

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.