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

履歴 編集

type-alias
<cstdint>

std::uint_least8_t(C++11)

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

概要

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

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

バージョン

言語

  • C++11

処理系