|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
编译时整数序列容器 更多...
#include <integer_sequence.hpp>
Public 类型 | |
| using | value_type = T |
| 序列中整数的类型 | |
静态 Public 成员函数 | |
| static MSTL_NODISCARD constexpr size_t | size () noexcept |
| 获取序列中整数的数量 | |
编译时整数序列容器
| T | 整数类型 |
| Values | 整数序列值 |
将一组编译时整数包装为类型,用于模板元编程中展开可变模板参数。
在文件 integer_sequence.hpp 第 32 行定义.
|
inlinestaticconstexprnoexcept |