gpt4 book ai didi

c++ - C++ draft中的word pack是什么?

转载 作者:搜寻专家 更新时间:2023-10-31 00:51:58 26 4
gpt4 key购买 nike

C++ 标准草案中的pack 是什么意思[basic]p3 ?如果不能用精确的术语解释,你能给出一些具体的解释吗?

An entity is a value, object, reference, structured binding, function, enumerator, type, class member, bit-field, template, template specialization, namespace, or pack.

最佳答案

该标准还有一个 index如果我们在索引中搜索 pack,我们会得到以下 entry for pack :

pack, [temp.variadic]

导致[temp.variadic]p4其中说:

A pack is a template parameter pack, a function parameter pack, or an init-capture pack. The number of elements of a template parameter pack or a function parameter pack is the number of arguments provided for the parameter pack. The number of elements of an init-capture pack is the number of elements in the pack expansion of its initializer.

关于c++ - C++ draft中的word pack是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53471276/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com