René's URL Explorer Experiment


Title: 类模板实参推导(CTAD)(C++17 起) - cppreference.com

Generator: MediaWiki 1.43.9

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://zh.cppreference.com/
创建账号https://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Flanguage%2Fclass+template+argument+deduction
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Flanguage%2Fclass+template+argument+deduction
页面https://zh.cppreference.com/cpp/language/class_template_argument_deduction
讨论https://zh.cppreference.com/index.php?title=Talk:cpp/language/class_template_argument_deduction&action=edit&redlink=1
https://zh.cppreference.com/cpp/language/ctad
不转换https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&variant=zh
简体https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&variant=zh-tw
阅读https://zh.cppreference.com/cpp/language/class_template_argument_deduction
查看源代码https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&action=edit
查看历史https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&action=history
https://zh.cppreference.com/cpp/language/ctad
cpphttps://zh.cppreference.com/cpp
languagehttps://zh.cppreference.com/cpp/language
cpp/language/ctadhttps://zh.cppreference.com/index.php?title=cpp/language/ctad&redirect=no
C++https://zh.cppreference.com/cpp
编译器支持https://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现https://zh.cppreference.com/cpp/freestanding
语言https://zh.cppreference.com/cpp/language
标准库https://zh.cppreference.com/cpp/standard_library
标准库标头https://zh.cppreference.com/cpp/header
具名要求https://zh.cppreference.com/cpp/named_req
功能特性测试宏https://zh.cppreference.com/cpp/feature_test
语言支持库https://zh.cppreference.com/cpp/utility#语言支持
概念库https://zh.cppreference.com/cpp/concepts
诊断库https://zh.cppreference.com/cpp/error
内存管理库https://zh.cppreference.com/cpp/memory
元编程库https://zh.cppreference.com/cpp/meta
通用工具库https://zh.cppreference.com/cpp/utility
容器库https://zh.cppreference.com/cpp/container
迭代器库https://zh.cppreference.com/cpp/iterator
范围库https://zh.cppreference.com/cpp/ranges
算法库https://zh.cppreference.com/cpp/algorithm
字符串库https://zh.cppreference.com/cpp/string
文本处理库https://zh.cppreference.com/cpp/text
数值库https://zh.cppreference.com/cpp/numeric
日期和时间库https://zh.cppreference.com/cpp/chrono
输入/输出库https://zh.cppreference.com/cpp/io
文件系统库https://zh.cppreference.com/cpp/filesystem
并发支持库https://zh.cppreference.com/cpp/thread
执行控制库https://zh.cppreference.com/cpp/execution
技术规范https://zh.cppreference.com/cpp/experimental
符号索引https://zh.cppreference.com/cpp/symbol_index
外部库https://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
C++ 语言https://zh.cppreference.com/cpp/language
预处理器https://zh.cppreference.com/cpp/preprocessor
注释https://zh.cppreference.com/cpp/comment
关键词https://zh.cppreference.com/cpp/keyword
转义序列https://zh.cppreference.com/cpp/language/escape
流程控制https://zh.cppreference.com/cpp/language/statements
ifhttps://zh.cppreference.com/cpp/language/if
switchhttps://zh.cppreference.com/cpp/language/switch
forhttps://zh.cppreference.com/cpp/language/for
范围 forhttps://zh.cppreference.com/cpp/language/range-for
whilehttps://zh.cppreference.com/cpp/language/while
do-whilehttps://zh.cppreference.com/cpp/language/do
continuehttps://zh.cppreference.com/cpp/language/continue
breakhttps://zh.cppreference.com/cpp/language/break
gotohttps://zh.cppreference.com/cpp/language/goto
returnhttps://zh.cppreference.com/cpp/language/return
函数https://zh.cppreference.com/cpp/language/functions
函数声明https://zh.cppreference.com/cpp/language/function
lambda 函数表达式https://zh.cppreference.com/cpp/language/lambda
inline 说明符https://zh.cppreference.com/cpp/language/inline
动态异常说明https://zh.cppreference.com/cpp/language/except_spec
noexcept 说明符https://zh.cppreference.com/cpp/language/noexcept_spec
throw 表达式https://zh.cppreference.com/cpp/language/throw
try 块https://zh.cppreference.com/cpp/language/try
catch 处理块https://zh.cppreference.com/cpp/language/catch
命名空间声明https://zh.cppreference.com/cpp/language/namespace
命名空间别名https://zh.cppreference.com/cpp/language/namespace_alias
基础类型https://zh.cppreference.com/cpp/language/types
枚举类型https://zh.cppreference.com/cpp/language/enum
函数类型https://zh.cppreference.com/cpp/language/function
类/结构体类型https://zh.cppreference.com/cpp/language/class
联合体类型https://zh.cppreference.com/cpp/language/union
const/volatilehttps://zh.cppreference.com/cpp/language/cv
decltypehttps://zh.cppreference.com/cpp/language/decltype
autohttps://zh.cppreference.com/cpp/language/auto
constexprhttps://zh.cppreference.com/cpp/language/constexpr
constevalhttps://zh.cppreference.com/cpp/language/consteval
constinithttps://zh.cppreference.com/cpp/language/constinit
存储期说明符https://zh.cppreference.com/cpp/language/storage_duration
初始化https://zh.cppreference.com/cpp/language/initialization
默认初始化https://zh.cppreference.com/cpp/language/default_initialization
值初始化https://zh.cppreference.com/cpp/language/value_initialization
零初始化https://zh.cppreference.com/cpp/language/zero_initialization
复制初始化https://zh.cppreference.com/cpp/language/copy_initialization
直接初始化https://zh.cppreference.com/cpp/language/direct_initialization
聚合初始化https://zh.cppreference.com/cpp/language/aggregate_initialization
列表初始化https://zh.cppreference.com/cpp/language/list_initialization
常量初始化https://zh.cppreference.com/cpp/language/constant_initialization
引用初始化https://zh.cppreference.com/cpp/language/reference_initialization
表达式https://zh.cppreference.com/cpp/language/expressions
值类别https://zh.cppreference.com/cpp/language/value_category
求值顺序https://zh.cppreference.com/cpp/language/eval_order
运算符https://zh.cppreference.com/cpp/language/operators
运算符优先级https://zh.cppreference.com/cpp/language/operator_precedence
替代表示https://zh.cppreference.com/cpp/language/operator_alternative
字面量https://zh.cppreference.com/cpp/language/expressions#字面量
布尔https://zh.cppreference.com/cpp/language/bool_literal
整数https://zh.cppreference.com/cpp/language/integer_literal
浮点https://zh.cppreference.com/cpp/language/floating_literal
字符https://zh.cppreference.com/cpp/language/character_literal
字符串https://zh.cppreference.com/cpp/language/string_literal
nullptrhttps://zh.cppreference.com/cpp/language/nullptr
用户定义https://zh.cppreference.com/cpp/language/user_literal
属性https://zh.cppreference.com/cpp/language/attributes
typedef 声明https://zh.cppreference.com/cpp/language/typedef
类型别名声明https://zh.cppreference.com/cpp/language/type_alias
隐式转换https://zh.cppreference.com/cpp/language/implicit_conversion
static_casthttps://zh.cppreference.com/cpp/language/static_cast
const_casthttps://zh.cppreference.com/cpp/language/const_cast
显式转换https://zh.cppreference.com/cpp/language/explicit_cast
dynamic_casthttps://zh.cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttps://zh.cppreference.com/cpp/language/reinterpret_cast
new 表达式https://zh.cppreference.com/cpp/language/new
delete 表达式https://zh.cppreference.com/cpp/language/delete
https://zh.cppreference.com/cpp/language/classes
类声明https://zh.cppreference.com/cpp/language/class
构造函数https://zh.cppreference.com/cpp/language/constructor
this 指针https://zh.cppreference.com/cpp/language/this
访问说明符https://zh.cppreference.com/cpp/language/access
friend 说明符https://zh.cppreference.com/cpp/language/friend
虚函数https://zh.cppreference.com/cpp/language/virtual
override 说明符https://zh.cppreference.com/cpp/language/override
final 说明符https://zh.cppreference.com/cpp/language/final
explicithttps://zh.cppreference.com/cpp/language/explicit
statichttps://zh.cppreference.com/cpp/language/static
默认构造函数https://zh.cppreference.com/cpp/language/default_constructor
复制构造函数https://zh.cppreference.com/cpp/language/copy_constructor
移动构造函数https://zh.cppreference.com/cpp/language/move_constructor
复制赋值https://zh.cppreference.com/cpp/language/copy_assignment
移动赋值https://zh.cppreference.com/cpp/language/move_assignment
析构函数https://zh.cppreference.com/cpp/language/destructor
模板https://zh.cppreference.com/cpp/language/templates
类模板https://zh.cppreference.com/cpp/language/class_template
函数模板https://zh.cppreference.com/cpp/language/function_template
模板特化https://zh.cppreference.com/cpp/language/template_specialization
形参包https://zh.cppreference.com/cpp/language/pack
内联汇编https://zh.cppreference.com/cpp/language/asm
C++ 的历史https://zh.cppreference.com/cpp/language/history
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/navbar_content&action=edit
声明https://zh.cppreference.com/cpp/language/declarations
声明语法https://zh.cppreference.com/cpp/language/declarations
声明说明符序列https://zh.cppreference.com/cpp/language/declarations#说明符
声明符https://zh.cppreference.com/cpp/language/declarations#声明符
有冲突的声明https://zh.cppreference.com/cpp/language/conflicting_declarations
typedefhttps://zh.cppreference.com/cpp/language/typedef
inlinehttps://zh.cppreference.com/cpp/language/inline
virtual 函数说明符https://zh.cppreference.com/cpp/language/virtual
explicit 函数说明符https://zh.cppreference.com/cpp/language/explicit
friendhttps://zh.cppreference.com/cpp/language/friend
constexprhttps://zh.cppreference.com/cpp/language/constexpr
constevalhttps://zh.cppreference.com/cpp/language/consteval
constinithttps://zh.cppreference.com/cpp/language/constinit
存储类说明符https://zh.cppreference.com/cpp/language/storage_duration
翻译单元局部https://zh.cppreference.com/cpp/language/tu_local
class/structhttps://zh.cppreference.com/cpp/language/class
unionhttps://zh.cppreference.com/cpp/language/union
enumhttps://zh.cppreference.com/cpp/language/enum
decltypehttps://zh.cppreference.com/cpp/language/decltype
autohttps://zh.cppreference.com/cpp/language/auto
alignashttps://zh.cppreference.com/cpp/language/alignas
constvolatilehttps://zh.cppreference.com/cpp/language/cv
包索引说明符https://zh.cppreference.com/cpp/language/pack_indexing#包索引说明符
详述类型说明符https://zh.cppreference.com/cpp/language/elaborated_type_specifier
属性https://zh.cppreference.com/cpp/language/attributes
引用https://zh.cppreference.com/cpp/language/reference
指针https://zh.cppreference.com/cpp/language/pointer
数组https://zh.cppreference.com/cpp/language/array
简单声明https://zh.cppreference.com/cpp/language/declarations
结构化绑定声明https://zh.cppreference.com/cpp/language/structured_binding
别名声明https://zh.cppreference.com/cpp/language/type_alias
命名空间别名定义https://zh.cppreference.com/cpp/language/namespace_alias
using 声明https://zh.cppreference.com/cpp/language/using_declaration
using 指令https://zh.cppreference.com/cpp/language/namespace#using_指令
static_assert 声明https://zh.cppreference.com/cpp/language/static_assert
asm 声明https://zh.cppreference.com/cpp/language/asm
笼统 enum 声明https://zh.cppreference.com/cpp/language/enum
命名空间定义https://zh.cppreference.com/cpp/language/namespace
函数声明https://zh.cppreference.com/cpp/language/function
类模板声明https://zh.cppreference.com/cpp/language/class_template
函数模板声明https://zh.cppreference.com/cpp/language/function_template
显式模板实例化https://zh.cppreference.com/cpp/language/class_template#显式实例化
显式模板特化https://zh.cppreference.com/cpp/language/template_specialization
链接说明https://zh.cppreference.com/cpp/language/language_linkage
属性声明https://zh.cppreference.com/cpp/language/declarations
空声明https://zh.cppreference.com/cpp/language/declarations
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/declarations/navbar_content&action=edit
表达式https://zh.cppreference.com/cpp/language/expressions
值类别https://zh.cppreference.com/cpp/language/value_category
求值顺序https://zh.cppreference.com/cpp/language/eval_order
常量表达式https://zh.cppreference.com/cpp/language/constant_expression
初等表达式https://zh.cppreference.com/cpp/language/expressions#初等表达式
lambda 表达式https://zh.cppreference.com/cpp/language/lambda
requires 表达式https://zh.cppreference.com/cpp/language/requires
包索引表达式https://zh.cppreference.com/cpp/language/pack_indexing#包索引表达式
潜在求值表达式https://zh.cppreference.com/cpp/language/expressions#潜在求值表达式
整数字面量https://zh.cppreference.com/cpp/language/integer_literal
浮点字面量https://zh.cppreference.com/cpp/language/floating_literal
布尔字面量https://zh.cppreference.com/cpp/language/bool_literal
字符字面量https://zh.cppreference.com/cpp/language/character_literal
转义序列https://zh.cppreference.com/cpp/language/escape
字符串字面量https://zh.cppreference.com/cpp/language/string_literal
空指针字面量https://zh.cppreference.com/cpp/language/nullptr
用户定义字面量https://zh.cppreference.com/cpp/language/user_literal
赋值运算符https://zh.cppreference.com/cpp/language/operator_assignment
自增与自减https://zh.cppreference.com/cpp/language/operator_incdec
算术运算符https://zh.cppreference.com/cpp/language/operator_arithmetic
逻辑运算符https://zh.cppreference.com/cpp/language/operator_logical
比较运算符https://zh.cppreference.com/cpp/language/operator_comparison
成员访问运算符https://zh.cppreference.com/cpp/language/operator_member_access
反射运算符https://zh.cppreference.com/cpp/language/operator_reflection
其他运算符https://zh.cppreference.com/cpp/language/operator_other
new 表达式https://zh.cppreference.com/cpp/language/new
delete 表达式https://zh.cppreference.com/cpp/language/delete
throw 表达式https://zh.cppreference.com/cpp/language/throw
alignofhttps://zh.cppreference.com/cpp/language/alignof
sizeofhttps://zh.cppreference.com/cpp/language/sizeof
sizeof...https://zh.cppreference.com/cpp/language/sizeof...
typeidhttps://zh.cppreference.com/cpp/language/typeid
noexcepthttps://zh.cppreference.com/cpp/language/noexcept
折叠表达式https://zh.cppreference.com/cpp/language/fold
运算符的代用表示https://zh.cppreference.com/cpp/language/operator_alternative
优先级和结合性https://zh.cppreference.com/cpp/language/operator_precedence
运算符重载https://zh.cppreference.com/cpp/language/operators
预置比较https://zh.cppreference.com/cpp/language/default_comparisons
隐式转换https://zh.cppreference.com/cpp/language/implicit_conversion
显式转换https://zh.cppreference.com/cpp/language/explicit_cast
一般算术转换https://zh.cppreference.com/cpp/language/usual_arithmetic_conversions
用户定义转换https://zh.cppreference.com/cpp/language/cast_operator
const_casthttps://zh.cppreference.com/cpp/language/const_cast
static_casthttps://zh.cppreference.com/cpp/language/static_cast
dynamic_casthttps://zh.cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttps://zh.cppreference.com/cpp/language/reinterpret_cast
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/expressions/navbar_content&action=edit
模板https://zh.cppreference.com/cpp/language/templates
模板形参与实参https://zh.cppreference.com/cpp/language/template_parameters
类模板https://zh.cppreference.com/cpp/language/class_template
函数模板https://zh.cppreference.com/cpp/language/function_template
类成员模板https://zh.cppreference.com/cpp/language/member_template
变量模板https://zh.cppreference.com/cpp/language/variable_template
模板实参推导https://zh.cppreference.com/cpp/language/template_argument_deduction
显式(全)特化https://zh.cppreference.com/cpp/language/template_specialization
部分特化https://zh.cppreference.com/cpp/language/partial_specialization
待决名https://zh.cppreference.com/cpp/language/dependent_name
https://zh.cppreference.com/cpp/language/pack
sizeof...https://zh.cppreference.com/cpp/language/sizeof...
折叠表达式https://zh.cppreference.com/cpp/language/fold
形参包索引https://zh.cppreference.com/cpp/language/pack_indexing
SFINAEhttps://zh.cppreference.com/cpp/language/sfinae
约束与概念https://zh.cppreference.com/cpp/language/constraints
requires 表达式https://zh.cppreference.com/cpp/language/requires
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/templates/navbar_content&action=edit
类模板https://zh.cppreference.com/cpp/language/class_template
声明https://zh.cppreference.com/cpp/language/declarations
cv 限定https://zh.cppreference.com/cpp/language/cv
new 表达式https://zh.cppreference.com/cpp/language/new
函数式转换https://zh.cppreference.com/cpp/language/explicit_cast
非类型模板形参https://zh.cppreference.com/cpp/language/template_parameters#非类型模板形参
1 类模板的推导https://zh.cppreference.com/cpp/language/ctad#类模板的推导
1.1 隐式生成的推导指引https://zh.cppreference.com/cpp/language/ctad#隐式生成的推导指引
1.2 用户定义的推导指引https://zh.cppreference.com/cpp/language/ctad#用户定义的推导指引
2 别名模版的推导https://zh.cppreference.com/cpp/language/ctad#别名模版的推导
3 注解https://zh.cppreference.com/cpp/language/ctad#注解
4 缺陷报告https://zh.cppreference.com/cpp/language/ctad#缺陷报告
关联约束https://zh.cppreference.com/cpp/language/constraints
形参列表https://zh.cppreference.com/cpp/language/function#形参列表
用户定义的推导指引https://zh.cppreference.com/cpp/language/ctad#用户定义的推导指引
聚合类型https://zh.cppreference.com/cpp/language/aggregate_initialization
指派初始化式https://zh.cppreference.com/cpp/language/aggregate_initialization#指派初始化式
聚合体元素https://zh.cppreference.com/cpp/language/aggregate_initialization
花括号消除https://zh.cppreference.com/cpp/language/aggregate_initialization#花括号消除
待决https://zh.cppreference.com/cpp/language/dependent_name#待决类型
值待决https://zh.cppreference.com/cpp/language/dependent_name#值待决表达式
字符串字面量https://zh.cppreference.com/cpp/language/string_literal
包展开https://zh.cppreference.com/cpp/language/parameter_pack
字符串字面量https://zh.cppreference.com/cpp/language/string_literal
模板实参推导https://zh.cppreference.com/cpp/language/template_argument_deduction
重载决议https://zh.cppreference.com/cpp/language/overload_resolution
列表初始化https://zh.cppreference.com/cpp/language/overload_resolution#列表初始化
模板形参https://zh.cppreference.com/cpp/language/template_parameters
explicit 说明符https://zh.cppreference.com/cpp/language/explicit
形参列表https://zh.cppreference.com/cpp/language/function#形参列表
简单模板标识https://zh.cppreference.com/cpp/language/templates#模板标识
requires 子句https://zh.cppreference.com/cpp/language/constraints#requires_子句
简写函数模板https://zh.cppreference.com/cpp/language/function_template#简写函数模板
与其他推导指引之间的重载决议https://zh.cppreference.com/cpp/language/overload_resolution#最佳可行函数
explicithttps://zh.cppreference.com/cpp/language/explicit
模板实参推导https://zh.cppreference.com/cpp/language/template_argument_deduction
约束https://zh.cppreference.com/cpp/language/constraints
重载决议https://zh.cppreference.com/cpp/language/overload_resolution#最佳可行函数
转发引用https://zh.cppreference.com/cpp/language/template_argument_deduction
__cpp_deduction_guideshttps://zh.cppreference.com/cpp/feature_test#cpp_deduction_guides
201703Lhttps://zh.cppreference.com/cpp/compiler_support/17#cpp_deduction_guides_201703L
201907Lhttps://zh.cppreference.com/cpp/compiler_support/20#cpp_deduction_guides_201907L
CWG 2376https://cplusplus.github.io/CWG/issues/2376.html
CWG 2628https://cplusplus.github.io/CWG/issues/2628.html
CWG 2697https://cplusplus.github.io/CWG/issues/2697.html
CWG 2707https://cplusplus.github.io/CWG/issues/2707.html
CWG 2714https://cplusplus.github.io/CWG/issues/2714.html
CWG 2913https://cplusplus.github.io/CWG/issues/2913.html
CWG 问题 2707https://cplusplus.github.io/CWG/issues/2707.html
P0702R1https://wg21.link/P0702R1
分类https://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面https://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
带有未审核 CWG DR 记号的页面https://zh.cppreference.com/index.php?title=Category:%E5%B8%A6%E6%9C%89%E6%9C%AA%E5%AE%A1%E6%A0%B8_CWG_DR_%E8%AE%B0%E5%8F%B7%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
首页https://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改https://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面https://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
https://zh.cppreference.com/cpp/language/ctad
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/language/class_template_argument_deduction
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/language/class_template_argument_deduction
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面https://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&oldid=99661
页面信息https://zh.cppreference.com/index.php?title=cpp/language/class_template_argument_deduction&action=info
Deutschhttps://de.cppreference.com/cpp/language/class_template_argument_deduction
Englishhttp://en.cppreference.com/cpp/language/class_template_argument_deduction
Españolhttp://es.cppreference.com/cpp/language/class_template_argument_deduction
日本語http://ja.cppreference.com/cpp/language/class_template_argument_deduction
Русскийhttp://ru.cppreference.com/cpp/language/class_template_argument_deduction

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.