- cstdint[meta header]
- std[meta namespace]
- type-alias[meta id-type]
- cpp11[meta cpp]
namespace std {
using uint_fast32_t = unsigned-integer-type;
}
- unsigned-integer-type[italic]
32ビット以上の、通常最も高速に処理される符号なし整数型。
uint32_t
型が環境によっては定義されないため、そのような状況でこの型を使用する。
- C++11
- Clang, C++11 mode: 3.2
- GCC, C++11 mode: 4.7.0
- ICC: ??
- Visual C++: 2010, 2012, 2013