• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    type-alias
    <cstdint>

    std::int_least64_t

    namespace std {
      using int_least64_t = signed-integer-type;
    }
    

    概要

    64ビット以上の、最も小さい符号付き整数型。

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

    バージョン

    言語

    • C++11

    処理系