Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 733 Bytes

File metadata and controls

28 lines (23 loc) · 733 Bytes

subrange_kind

  • ranges[meta header]
  • std::range[meta namespace]
  • enum[meta id-type]
  • cpp20[meta cpp]
namespace std::ranges {
  enum class subrange_kind : bool { unsized, sized };
}

概要

subrangeの種類を表す列挙型。sizedのとき、部分Rangeはsized_rangeである。

バージョン

言語

  • C++20

処理系

参照