Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 486 Bytes

uintmax_t.md

File metadata and controls

25 lines (21 loc) · 486 Bytes

uintmax_t

  • cstdint[meta header]
  • std[meta namespace]
  • type-alias[meta id-type]
  • cpp11[meta cpp]
namespace std {
  using uintmax_t = unsigned-integer-type;
}
  • unsigned-integer-type[italic]

概要

最大の符号なし整数型。

バージョン

言語

  • C++11

処理系