Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 707 Bytes

int_fast16_t.md

File metadata and controls

28 lines (23 loc) · 707 Bytes

#int_fast16_t

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

##概要 16ビット以上の、通常最も高速に処理される符号付き整数型。

int16_t型が環境によっては定義されないため、そのような状況でこの型を使用する。

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

  • C++11

###処理系