Home
last modified time | relevance | path

Searched refs:drop_view (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Ddrop_view.h54 class drop_view
55 : public view_interface<drop_view<_View>>
69 drop_view() requires default_initializable<_View> = default;
72 constexpr drop_view(_View __base, range_difference_t<_View> __count) in drop_view() function
133 drop_view(_Range&&, range_difference_t<_Range>) -> drop_view<views::all_t<_Range>>;
136 inline constexpr bool enable_borrowed_range<drop_view<_Tp>> = enable_borrowed_range<_Tp>;
281 noexcept(noexcept(drop_view(std::forward<_Range>(__range), std::forward<_Np>(__n))))
282 -> decltype( drop_view(std::forward<_Range>(__range), std::forward<_Np>(__n)))
283 { return drop_view(std::forward<_Range>(__range), std::forward<_Np>(__n)); }
/openbsd-src/gnu/llvm/libcxx/include/
H A Dranges185 class drop_view;
188 inline constexpr bool enable_borrowed_range<drop_view<T>> = enable_borrowed_range<T>;
353 #include <__ranges/drop_view.h>
H A DCMakeLists.txt510 __ranges/drop_view.h
H A Dmodule.modulemap.in1245 module drop_view { private header "__ranges/drop_view.h" }
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx2bIssues.csv11 "`3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` have d…
50 "`3482 <https://wg21.link/LWG3482>`__","``drop_view``'s const begin should additionally require ``s…
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn585 "__ranges/drop_view.h",
/openbsd-src/gnu/lib/libcxx/
H A DMakefile599 __ranges/drop_view.h \
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64543 ./usr/include/c++/v1/__ranges/drop_view.h
H A Dclang.macppc542 ./usr/include/c++/v1/__ranges/drop_view.h
H A Dclang.loongson542 ./usr/include/c++/v1/__ranges/drop_view.h
H A Dclang.octeon542 ./usr/include/c++/v1/__ranges/drop_view.h
H A Dclang.arm64543 ./usr/include/c++/v1/__ranges/drop_view.h
H A Dclang.powerpc64541 ./usr/include/c++/v1/__ranges/drop_view.h
H A Dclang.armv7541 ./usr/include/c++/v1/__ranges/drop_view.h
H A Dclang.i386541 ./usr/include/c++/v1/__ranges/drop_view.h
H A Dclang.sparc64542 ./usr/include/c++/v1/__ranges/drop_view.h