Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ranges::subrange_kind

      From cppreference.com
      <cpp‎ |ranges
       
       
      Ranges library
      Range adaptors
       
       
      Defined in header<ranges>
      enumclass subrange_kind:bool{

          unsized,
          sized

      };
      (since C++20)

      Specifies if astd::ranges::subrange modelsstd::ranges::sized_range or not.

      [edit]Constants

      Enumerator Meaning
      unsized specifies that thesubrange does not modelsized_range
      sized specifies that thesubrange does modelsized_range
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/subrange_kind&oldid=182085"

      [8]ページ先頭

      ©2009-2025 Movatter.jp