• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    type-alias
    <cstdint>

    std::uint_fast32_t

    namespace std {
      using uint_fast32_t = unsigned-integer-type;
    }
    

    概要

    32ビット以上の、通常最も高速に処理される符号なし整数型。

    uint32_t型が環境によっては定義されないため、そのような状況でこの型を使用する。

    バージョン

    言語

    • C++11

    処理系