Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      deduction guides forstd::ranges::drop_view

      From cppreference.com
      <cpp‎ |ranges‎ |drop view
       
       
      Ranges library
      Range adaptors
       
       
      Defined in header<ranges>
      template<class R>
      drop_view( R&&,ranges::range_difference_t<R>)-> drop_view<views::all_t<R>>;
      (since C++20)

      Thededuction guide is provided forstd::ranges::drop_view to allow deduction fromrange and number of elements.

      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/drop_view/deduction_guides&oldid=144664"

      [8]ページ先頭

      ©2009-2026 Movatter.jp