- cstdint[meta header]
- std[meta namespace]
- type-alias[meta id-type]
- cpp11[meta cpp]
namespace std {
using uintmax_t = unsigned-integer-type;
}
- unsigned-integer-type[italic]
最大の符号なし整数型。
- C++11
- Clang: 3.2
- GCC: 4.7.0
- ICC: ??
- Visual C++: 2010, 2012, 2013