Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 523 Bytes

uintmax_t.md

File metadata and controls

26 lines (22 loc) · 523 Bytes

#uintmax_t

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

##概要 最大の符号なし整数型。

##バージョン ###言語

  • C++11

###処理系