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

履歴 編集

type-alias
<cstdint>

std::uint_least16_t(C++11)

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

概要

16ビット以上の、最も小さい符号なし整数型。

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

バージョン

言語

  • C++11

処理系