最終更新日時:
が更新

履歴 編集

type-alias
<cstdint>

std::intmax_t(C++11)

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

概要

最大の符号付き整数型。

備考

最大幅の符号付き整数型ではあるが、long longより広い拡張整数型のすべての値を表現できる必要はない。

バージョン

言語

  • C++11

処理系

参照