René's URL Explorer Experiment


Title: lambda 表达式 (C++11 起) - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://zh.cppreference.com/
创建账号http://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Flanguage%2Flambda
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Flanguage%2Flambda
页面http://zh.cppreference.com/cpp/language/lambda
讨论http://zh.cppreference.com/Talk:cpp/language/lambda
http://zh.cppreference.com/cpp/language/lambda
不转换http://zh.cppreference.com/index.php?title=cpp/language/lambda&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/language/lambda&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/language/lambda&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/language/lambda&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/language/lambda&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/language/lambda&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/language/lambda&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/language/lambda&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/language/lambda&variant=zh-tw
阅读http://zh.cppreference.com/cpp/language/lambda
查看源代码http://zh.cppreference.com/index.php?title=cpp/language/lambda&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/language/lambda&action=history
http://zh.cppreference.com/cpp/language/lambda
cpphttp://zh.cppreference.com/cpp
languagehttp://zh.cppreference.com/cpp/language
C++http://zh.cppreference.com/cpp
编译器支持http://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现http://zh.cppreference.com/cpp/freestanding
语言http://zh.cppreference.com/cpp/language
标准库http://zh.cppreference.com/cpp/standard_library
标准库标头http://zh.cppreference.com/cpp/header
具名要求http://zh.cppreference.com/cpp/named_req
功能特性测试宏http://zh.cppreference.com/cpp/feature_test
语言支持库http://zh.cppreference.com/cpp/utility#语言支持
概念库http://zh.cppreference.com/cpp/concepts
诊断库http://zh.cppreference.com/cpp/error
内存管理库http://zh.cppreference.com/cpp/memory
元编程库http://zh.cppreference.com/cpp/meta
通用工具库http://zh.cppreference.com/cpp/utility
容器库http://zh.cppreference.com/cpp/container
迭代器库http://zh.cppreference.com/cpp/iterator
范围库http://zh.cppreference.com/cpp/ranges
算法库http://zh.cppreference.com/cpp/algorithm
字符串库http://zh.cppreference.com/cpp/string
文本处理库http://zh.cppreference.com/cpp/text
数值库http://zh.cppreference.com/cpp/numeric
日期和时间库http://zh.cppreference.com/cpp/chrono
输入/输出库http://zh.cppreference.com/cpp/io
文件系统库http://zh.cppreference.com/cpp/filesystem
并发支持库http://zh.cppreference.com/cpp/thread
执行控制库http://zh.cppreference.com/cpp/execution
技术规范http://zh.cppreference.com/cpp/experimental
符号索引http://zh.cppreference.com/cpp/symbol_index
外部库http://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
C++ 语言http://zh.cppreference.com/cpp/language
预处理器http://zh.cppreference.com/cpp/preprocessor
注释http://zh.cppreference.com/cpp/comment
关键词http://zh.cppreference.com/cpp/keyword
转义序列http://zh.cppreference.com/cpp/language/escape
流程控制http://zh.cppreference.com/cpp/language/statements
ifhttp://zh.cppreference.com/cpp/language/if
switchhttp://zh.cppreference.com/cpp/language/switch
forhttp://zh.cppreference.com/cpp/language/for
范围 forhttp://zh.cppreference.com/cpp/language/range-for
whilehttp://zh.cppreference.com/cpp/language/while
do-whilehttp://zh.cppreference.com/cpp/language/do
continuehttp://zh.cppreference.com/cpp/language/continue
breakhttp://zh.cppreference.com/cpp/language/break
gotohttp://zh.cppreference.com/cpp/language/goto
returnhttp://zh.cppreference.com/cpp/language/return
函数http://zh.cppreference.com/cpp/language/functions
函数声明http://zh.cppreference.com/cpp/language/function
inline 说明符http://zh.cppreference.com/cpp/language/inline
动态异常说明http://zh.cppreference.com/cpp/language/except_spec
noexcept 说明符http://zh.cppreference.com/cpp/language/noexcept_spec
throw 表达式http://zh.cppreference.com/cpp/language/throw
try 块http://zh.cppreference.com/cpp/language/try
catch 处理块http://zh.cppreference.com/cpp/language/catch
命名空间声明http://zh.cppreference.com/cpp/language/namespace
命名空间别名http://zh.cppreference.com/cpp/language/namespace_alias
基础类型http://zh.cppreference.com/cpp/language/types
枚举类型http://zh.cppreference.com/cpp/language/enum
函数类型http://zh.cppreference.com/cpp/language/function
类/结构体类型http://zh.cppreference.com/cpp/language/class
联合体类型http://zh.cppreference.com/cpp/language/union
const/volatilehttp://zh.cppreference.com/cpp/language/cv
decltypehttp://zh.cppreference.com/cpp/language/decltype
autohttp://zh.cppreference.com/cpp/language/auto
constexprhttp://zh.cppreference.com/cpp/language/constexpr
constevalhttp://zh.cppreference.com/cpp/language/consteval
constinithttp://zh.cppreference.com/cpp/language/constinit
存储期说明符http://zh.cppreference.com/cpp/language/storage_duration
初始化http://zh.cppreference.com/cpp/language/initialization
默认初始化http://zh.cppreference.com/cpp/language/default_initialization
值初始化http://zh.cppreference.com/cpp/language/value_initialization
零初始化http://zh.cppreference.com/cpp/language/zero_initialization
复制初始化http://zh.cppreference.com/cpp/language/copy_initialization
直接初始化http://zh.cppreference.com/cpp/language/direct_initialization
聚合初始化http://zh.cppreference.com/cpp/language/aggregate_initialization
列表初始化http://zh.cppreference.com/cpp/language/list_initialization
常量初始化http://zh.cppreference.com/cpp/language/constant_initialization
引用初始化http://zh.cppreference.com/cpp/language/reference_initialization
表达式http://zh.cppreference.com/cpp/language/expressions
值类别http://zh.cppreference.com/cpp/language/value_category
求值顺序http://zh.cppreference.com/cpp/language/eval_order
运算符http://zh.cppreference.com/cpp/language/operators
运算符优先级http://zh.cppreference.com/cpp/language/operator_precedence
替代表示http://zh.cppreference.com/cpp/language/operator_alternative
字面量http://zh.cppreference.com/cpp/language/expressions#字面量
布尔http://zh.cppreference.com/cpp/language/bool_literal
整数http://zh.cppreference.com/cpp/language/integer_literal
浮点http://zh.cppreference.com/cpp/language/floating_literal
字符http://zh.cppreference.com/cpp/language/character_literal
字符串http://zh.cppreference.com/cpp/language/string_literal
nullptrhttp://zh.cppreference.com/cpp/language/nullptr
用户定义http://zh.cppreference.com/cpp/language/user_literal
属性http://zh.cppreference.com/cpp/language/attributes
typedef 声明http://zh.cppreference.com/cpp/language/typedef
类型别名声明http://zh.cppreference.com/cpp/language/type_alias
隐式转换http://zh.cppreference.com/cpp/language/implicit_conversion
static_casthttp://zh.cppreference.com/cpp/language/static_cast
const_casthttp://zh.cppreference.com/cpp/language/const_cast
显式转换http://zh.cppreference.com/cpp/language/explicit_cast
dynamic_casthttp://zh.cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttp://zh.cppreference.com/cpp/language/reinterpret_cast
new 表达式http://zh.cppreference.com/cpp/language/new
delete 表达式http://zh.cppreference.com/cpp/language/delete
http://zh.cppreference.com/cpp/language/classes
类声明http://zh.cppreference.com/cpp/language/class
构造函数http://zh.cppreference.com/cpp/language/constructor
this 指针http://zh.cppreference.com/cpp/language/this
访问说明符http://zh.cppreference.com/cpp/language/access
friend 说明符http://zh.cppreference.com/cpp/language/friend
虚函数http://zh.cppreference.com/cpp/language/virtual
override 说明符http://zh.cppreference.com/cpp/language/override
final 说明符http://zh.cppreference.com/cpp/language/final
explicithttp://zh.cppreference.com/cpp/language/explicit
statichttp://zh.cppreference.com/cpp/language/static
默认构造函数http://zh.cppreference.com/cpp/language/default_constructor
复制构造函数http://zh.cppreference.com/cpp/language/copy_constructor
移动构造函数http://zh.cppreference.com/cpp/language/move_constructor
复制赋值http://zh.cppreference.com/cpp/language/copy_assignment
移动赋值http://zh.cppreference.com/cpp/language/move_assignment
析构函数http://zh.cppreference.com/cpp/language/destructor
模板http://zh.cppreference.com/cpp/language/templates
类模板http://zh.cppreference.com/cpp/language/class_template
函数模板http://zh.cppreference.com/cpp/language/function_template
模板特化http://zh.cppreference.com/cpp/language/template_specialization
形参包http://zh.cppreference.com/cpp/language/pack
内联汇编http://zh.cppreference.com/cpp/language/asm
C++ 的历史http://zh.cppreference.com/cpp/language/history
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/navbar_content&action=edit
表达式http://zh.cppreference.com/cpp/language/expressions
值类别http://zh.cppreference.com/cpp/language/value_category
求值顺序http://zh.cppreference.com/cpp/language/eval_order
常量表达式http://zh.cppreference.com/cpp/language/constant_expression
初等表达式http://zh.cppreference.com/cpp/language/expressions#初等表达式
requires 表达式http://zh.cppreference.com/cpp/language/requires
包索引表达式http://zh.cppreference.com/cpp/language/pack_indexing#包索引表达式
潜在求值表达式http://zh.cppreference.com/cpp/language/expressions#潜在求值表达式
整数字面量http://zh.cppreference.com/cpp/language/integer_literal
浮点字面量http://zh.cppreference.com/cpp/language/floating_literal
布尔字面量http://zh.cppreference.com/cpp/language/bool_literal
字符字面量http://zh.cppreference.com/cpp/language/character_literal
转义序列http://zh.cppreference.com/cpp/language/escape
字符串字面量http://zh.cppreference.com/cpp/language/string_literal
空指针字面量http://zh.cppreference.com/cpp/language/nullptr
用户定义字面量http://zh.cppreference.com/cpp/language/user_literal
赋值运算符http://zh.cppreference.com/cpp/language/operator_assignment
自增与自减http://zh.cppreference.com/cpp/language/operator_incdec
算术运算符http://zh.cppreference.com/cpp/language/operator_arithmetic
逻辑运算符http://zh.cppreference.com/cpp/language/operator_logical
比较运算符http://zh.cppreference.com/cpp/language/operator_comparison
成员访问运算符http://zh.cppreference.com/cpp/language/operator_member_access
反射运算符http://zh.cppreference.com/cpp/language/operator_reflection
其他运算符http://zh.cppreference.com/cpp/language/operator_other
new 表达式http://zh.cppreference.com/cpp/language/new
delete 表达式http://zh.cppreference.com/cpp/language/delete
throw 表达式http://zh.cppreference.com/cpp/language/throw
alignofhttp://zh.cppreference.com/cpp/language/alignof
sizeofhttp://zh.cppreference.com/cpp/language/sizeof
sizeof...http://zh.cppreference.com/cpp/language/sizeof...
typeidhttp://zh.cppreference.com/cpp/language/typeid
noexcepthttp://zh.cppreference.com/cpp/language/noexcept
折叠表达式http://zh.cppreference.com/cpp/language/fold
运算符的代用表示http://zh.cppreference.com/cpp/language/operator_alternative
优先级和结合性http://zh.cppreference.com/cpp/language/operator_precedence
运算符重载http://zh.cppreference.com/cpp/language/operators
预置比较http://zh.cppreference.com/cpp/language/default_comparisons
隐式转换http://zh.cppreference.com/cpp/language/implicit_conversion
显式转换http://zh.cppreference.com/cpp/language/explicit_cast
一般算术转换http://zh.cppreference.com/cpp/language/usual_arithmetic_conversions
用户定义转换http://zh.cppreference.com/cpp/language/cast_operator
const_casthttp://zh.cppreference.com/cpp/language/const_cast
static_casthttp://zh.cppreference.com/cpp/language/static_cast
dynamic_casthttp://zh.cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttp://zh.cppreference.com/cpp/language/reinterpret_cast
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/expressions/navbar_content&action=edit
函数http://zh.cppreference.com/cpp/language/functions
函数声明http://zh.cppreference.com/cpp/language/function
函数形参列表http://zh.cppreference.com/cpp/language/function#形参列表
函数定义http://zh.cppreference.com/cpp/language/function#函数定义
函数契约说明符http://zh.cppreference.com/cpp/language/function#函数契约说明符
默认实参http://zh.cppreference.com/cpp/language/default_arguments
变长实参http://zh.cppreference.com/cpp/language/variadic_arguments
inline 说明符http://zh.cppreference.com/cpp/language/inline
协程http://zh.cppreference.com/cpp/language/coroutines
替换函数http://zh.cppreference.com/cpp/language/replacement_function
实参依赖查找http://zh.cppreference.com/cpp/language/adl
函数调用运算符http://zh.cppreference.com/cpp/language/operator_other#内建的函数调用运算符
函数对象http://zh.cppreference.com/cpp/named_req/FunctionObject
重载决议http://zh.cppreference.com/cpp/language/overload_resolution
运算符重载http://zh.cppreference.com/cpp/language/operators
重载集的地址http://zh.cppreference.com/cpp/language/overloaded_address
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/functions/navbar_content&action=edit
闭包https://en.wikipedia.org/wiki/Closure_(computer_science)
1 语法http://zh.cppreference.com/cpp/language/lambda#语法
1.1 没有显式模板形参的 lambda 表达式(可以不泛型)http://zh.cppreference.com/cpp/language/lambda#没有显式模板形参的_lambda_表达式(可以不泛型)
1.2 有显式模板形参的 lambda 表达式(必然泛型) (C++20 起)http://zh.cppreference.com/cpp/language/lambda#有显式模板形参的_lambda_表达式(必然泛型)_(C++20_起)
2 解释http://zh.cppreference.com/cpp/language/lambda#解释
3 闭包类型http://zh.cppreference.com/cpp/language/lambda#闭包类型
4 闭包类型::operator()(形参)http://zh.cppreference.com/cpp/language/lambda#闭包类型::operator()(形参)
4.1 悬垂引用http://zh.cppreference.com/cpp/language/lambda#悬垂引用
5 闭包类型::operator 返回类型(*)(形参)()http://zh.cppreference.com/cpp/language/lambda#闭包类型::operator_返回类型(*)(形参)()
6 闭包类型::闭包类型()http://zh.cppreference.com/cpp/language/lambda#闭包类型::闭包类型()
7 闭包类型::operator=(const 闭包类型&)http://zh.cppreference.com/cpp/language/lambda#闭包类型::operator=(const_闭包类型&)
8 闭包类型::~闭包类型()http://zh.cppreference.com/cpp/language/lambda#闭包类型::~闭包类型()
9 闭包类型::捕获http://zh.cppreference.com/cpp/language/lambda#闭包类型::捕获
9.1 lambda 捕获http://zh.cppreference.com/cpp/language/lambda#lambda_捕获
9.2 注解http://zh.cppreference.com/cpp/language/lambda#注解
9.3 示例http://zh.cppreference.com/cpp/language/lambda#示例
9.4 缺陷报告http://zh.cppreference.com/cpp/language/lambda#缺陷报告
9.5 参阅http://zh.cppreference.com/cpp/language/lambda#参阅
9.6 外部链接http://zh.cppreference.com/cpp/language/lambda#外部链接
捕获http://zh.cppreference.com/cpp/language/lambda#lambda_捕获
模板形参http://zh.cppreference.com/cpp/language/template_parameters
约束。http://zh.cppreference.com/cpp/language/constraints
属性说明符序列http://zh.cppreference.com/cpp/language/attributes
noreturnhttp://zh.cppreference.com/cpp/language/attributes/noreturn
形参列表http://zh.cppreference.com/cpp/language/function#形参列表
显式对象形参http://zh.cppreference.com/cpp/language/function#形参列表
constexpr 函数http://zh.cppreference.com/cpp/language/constexpr#constexpr_函数
立即函数http://zh.cppreference.com/cpp/language/consteval
静态成员函数http://zh.cppreference.com/cpp/language/static#静态成员函数
动态异常说明http://zh.cppreference.com/cpp/language/except_spec
noexcept 说明符http://zh.cppreference.com/cpp/language/noexcept_spec
属性说明序列http://zh.cppreference.com/cpp/language/attributes
noreturnhttp://zh.cppreference.com/cpp/language/attributes/noreturn
约束http://zh.cppreference.com/cpp/language/constraints
函数约定说明符列http://zh.cppreference.com/cpp/language/function#函数约定说明符列
autohttp://zh.cppreference.com/cpp/language/auto
这里http://zh.cppreference.com/cpp/language/function#func
联合体http://zh.cppreference.com/cpp/language/union
聚合体http://zh.cppreference.com/cpp/language/aggregate_initialization
实参依赖查找http://zh.cppreference.com/cpp/language/adl
结构化http://zh.cppreference.com/cpp/language/template_parameters#模板非类型形参
显式实例化http://zh.cppreference.com/cpp/language/function_template#显式实例化
显式特化http://zh.cppreference.com/cpp/language/template_specialization
友元声明http://zh.cppreference.com/cpp/language/friend
推导http://zh.cppreference.com/cpp/language/function#返回类型推导
[1]http://zh.cppreference.com/cpp/language/lambda#cite_note-1
constexpr 函数http://zh.cppreference.com/cpp/language/constexpr
立即函数http://zh.cppreference.com/cpp/language/consteval
静态成员函数http://zh.cppreference.com/cpp/language/static#静态成员函数
显式对象成员函数http://zh.cppreference.com/cpp/language/member_functions#显式对象成员函数
形参包http://zh.cppreference.com/cpp/language/parameter_pack
名字查找http://zh.cppreference.com/cpp/language/lookup
this 指针http://zh.cppreference.com/cpp/language/this
http://zh.cppreference.com/cpp/language/lambda#cite_ref-1
用户定义转换函数http://zh.cppreference.com/cpp/language/cast_operator
立即函数http://zh.cppreference.com/cpp/language/consteval
语言连接http://zh.cppreference.com/cpp/language/language_linkage
语言连接http://zh.cppreference.com/cpp/language/language_linkage
语言连接http://zh.cppreference.com/cpp/language/language_linkage
语言连接http://zh.cppreference.com/cpp/language/language_linkage
可默认构造 (DefaultConstructible) http://zh.cppreference.com/cpp/named_req/DefaultConstructible
复制构造函数http://zh.cppreference.com/cpp/language/copy_constructor
移动构造函数http://zh.cppreference.com/cpp/language/move_constructor
可复制赋值 (CopyAssignable) http://zh.cppreference.com/cpp/named_req/CopyAssignable
直接初始化http://zh.cppreference.com/cpp/language/direct_initialization
字面类型 (LiteralType) http://zh.cppreference.com/cpp/named_req/LiteralType
不求值表达式http://zh.cppreference.com/cpp/language/expressions#不求值表达式
模板实参http://zh.cppreference.com/cpp/language/template_parameters
别名声明http://zh.cppreference.com/cpp/language/type_alias
typedef 声明http://zh.cppreference.com/cpp/language/typedef
默认实参http://zh.cppreference.com/cpp/language/default_arguments
包展开http://zh.cppreference.com/cpp/language/parameter_pack
初始化器http://zh.cppreference.com/cpp/language/initialization
包展开http://zh.cppreference.com/cpp/language/parameter_pack
存储期http://zh.cppreference.com/cpp/language/storage_duration
常量表达式http://zh.cppreference.com/cpp/language/constant_expression#常量表达式
常量表达式http://zh.cppreference.com/cpp/language/constant_expression#常量表达式
外围作用域http://zh.cppreference.com/cpp/language/scope
块作用域http://zh.cppreference.com/cpp/language/scope#块作用域
默认成员初始化器http://zh.cppreference.com/cpp/language/data_members#成员初始化
类作用域http://zh.cppreference.com/cpp/language/scope#类作用域
约定断言http://zh.cppreference.com/cpp/language/contracts
约定断言作用域http://zh.cppreference.com/cpp/language/scope#约定断言作用域
无限定名字查找http://zh.cppreference.com/cpp/language/lookup
变量http://zh.cppreference.com/cpp/language/object
结构化绑定http://zh.cppreference.com/cpp/language/structured_binding
autohttp://zh.cppreference.com/cpp/language/auto
可 ODR 使用http://zh.cppreference.com/cpp/language/definition#ODR_使用
结构化绑定http://zh.cppreference.com/cpp/language/structured_binding
潜在求值http://zh.cppreference.com/cpp/language/expressions#潜在求值表达式
typeidhttp://zh.cppreference.com/cpp/language/typeid
舍弃语句http://zh.cppreference.com/cpp/language/if#constexpr_if
ODR 使用http://zh.cppreference.com/cpp/language/definition#ODR_使用
decltypehttp://zh.cppreference.com/cpp/language/decltype
默认成员初始化器http://zh.cppreference.com/cpp/language/data_members#成员初始化
变量http://zh.cppreference.com/cpp/language/object
默认实参http://zh.cppreference.com/cpp/language/default_arguments
匿名联合体http://zh.cppreference.com/cpp/language/union
位域http://zh.cppreference.com/cpp/language/bit_field
__cpp_lambdashttp://zh.cppreference.com/cpp/feature_test#cpp_lambdas
200907Lhttp://zh.cppreference.com/cpp/compiler_support/11#cpp_lambdas_200907L
__cpp_generic_lambdashttp://zh.cppreference.com/cpp/feature_test#cpp_generic_lambdas
201304Lhttp://zh.cppreference.com/cpp/compiler_support/14#cpp_generic_lambdas_201304L
201707Lhttp://zh.cppreference.com/cpp/compiler_support/20#cpp_generic_lambdas_201707L
__cpp_init_captureshttp://zh.cppreference.com/cpp/feature_test#cpp_init_captures
201304Lhttp://zh.cppreference.com/cpp/compiler_support/14#cpp_init_captures_201304L
201803Lhttp://zh.cppreference.com/cpp/compiler_support/20#cpp_init_captures_201803L
__cpp_capture_star_thishttp://zh.cppreference.com/cpp/feature_test#cpp_capture_star_this
201603Lhttp://zh.cppreference.com/cpp/compiler_support/17#cpp_capture_star_this_201603L
__cpp_constexprhttp://zh.cppreference.com/cpp/feature_test#cpp_constexpr
201603Lhttp://zh.cppreference.com/cpp/compiler_support/17#cpp_constexpr_201603L
__cpp_static_call_operatorhttp://zh.cppreference.com/cpp/feature_test#cpp_static_call_operator
202207Lhttp://zh.cppreference.com/cpp/compiler_support/23#cpp_static_call_operator_202207L
P0588R1https://wg21.link/P0588R1
ODR 使用http://zh.cppreference.com/cpp/language/definition#ODR_使用
可 ODR 使用http://zh.cppreference.com/cpp/language/definition#ODR_使用
结构化绑定http://zh.cppreference.com/cpp/language/structured_binding
潜在求值http://zh.cppreference.com/cpp/language/expressions#潜在求值表达式
ODR 使用http://zh.cppreference.com/cpp/language/definition#ODR_使用
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 说明符http://zh.cppreference.com/cpp/language/auto
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/dsc_auto&action=edit
functionhttp://zh.cppreference.com/cpp/utility/functional/function
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_function&action=edit
move_only_functionhttp://zh.cppreference.com/cpp/utility/functional/move_only_function
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/functional/dsc_move_only_function&action=edit
嵌套函数https://en.wikipedia.org/wiki/Nested_function
分类http://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面http://zh.cppreference.com/index.php?title=Category:%E4%BD%BF%E7%94%A8%E5%B7%B2%E5%BC%83%E7%94%A8source%E6%A0%87%E7%AD%BE%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
有过多高开销解析器函数调用的页面http://zh.cppreference.com/index.php?title=Category:%E6%9C%89%E8%BF%87%E5%A4%9A%E9%AB%98%E5%BC%80%E9%94%80%E8%A7%A3%E6%9E%90%E5%99%A8%E5%87%BD%E6%95%B0%E8%B0%83%E7%94%A8%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
首页http://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改http://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面http://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
http://zh.cppreference.com/cpp/language/lambda
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/language/lambda
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/language/lambda
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面http://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接http://zh.cppreference.com/index.php?title=cpp/language/lambda&oldid=100728
页面信息http://zh.cppreference.com/index.php?title=cpp/language/lambda&action=info
Deutschhttps://de.cppreference.com/cpp/language/lambda
Englishhttp://en.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

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.