|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
构建指定长度的索引元组 更多...
#include <integer_sequence.hpp>
Public 类型 | |
| using | type = decltype(build_index_tuple::convert(make_index_sequence<Num>{})) |
| 生成的索引元组类型 | |
构建指定长度的索引元组
| Num | 元组长度 |
通过类型推导机制从索引序列构建索引元组。
在文件 integer_sequence.hpp 第 118 行定义.