• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    type-alias
    <cstdint>

    std::intmax_t

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

    概要

    最大の符号付き整数型。

    バージョン

    言語

    • C++11

    処理系