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

履歴 編集

type-alias
<cstdint>

std::uintmax_t(C++11)

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

概要

最大の符号なし整数型。

バージョン

言語

  • C++11

処理系