Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      deduction guides forstd::ranges::drop_while_view

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

      Thededuction guide is provided forstd::ranges::drop_while_view to allow deduction fromrange and predicate.

      [edit]Example

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

      [8]ページ先頭

      ©2009-2025 Movatter.jp