std::tuple_element<div class="t-tr-text"><std::array><div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">原文:</div><div class="t-tr-dropdown-orig"><std::array></div><div class="t-tr-dropdown-notes">这段文字是通过 [http://translate.google.com Google Translate] 自动翻译生成的。<br/>您可以帮助我们检查、纠正翻译中的错误。详情请点击[http://en.cppreference.com/w/Cppreference:MachineTranslations 这里]。</div></div></div></div></div>
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <array> 中定义
|
||
template< std::size_t I, class T, std::size_t N > struct tuple_element<I, array<T, N> >; |
(C++11 起) | |
提供的编译类型的索引访问元素的数组元组接口的类型
原文:
Provides compile-type indexed access to the type of the elements of the array using tuple-like interface
目录 |
[编辑] 会员类型
会员类型
|
Definition |
type | 数组的元素的类型
|
[编辑] 可能的实现
本章尚未完成 原因:no eq fun |
[编辑] 示例
本章尚未完成 原因:暂无示例 |
[编辑] 另请参阅
获得指定的元素的类型 原文: obtains the type of the specified element (类模板特化) | |
获得pair 中元素的类型 (类模板特化) |