Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ranges::enumerate_view<V>::sentinel<Const>::base

      From cppreference.com
      <cpp‎ |ranges‎ |enumerate view‎ |sentinel
       
       
      Ranges library
      Range adaptors
       
      std::ranges::enumerate_view
      Member functions
      Deduction guides
      Nested classes
      Iterator
      Sentinel
      enumerate_view::sentinel::base
       
      constexprranges::sentinel_t<Base> base()const;
      (since C++23)

      Returns the underlying sentinel. Equivalent toreturn end_;.

      [edit]Parameters

      (none)

      [edit]Return value

      A copy of the underlying sentinel.

      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/enumerate_view/sentinel/base&oldid=150839"

      [8]ページ先頭

      ©2009-2025 Movatter.jp