Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Dcommon_view.h41 class common_view : public view_interface<common_view<_View>> {
46 common_view() requires default_initializable<_View> = default;
49 constexpr explicit common_view(_View __v) : __base_(std::move(__v)) { } in common_view() function
101 common_view(_Range&&)
102 -> common_view<views::all_t<_Range>>;
105 inline constexpr bool enable_borrowed_range<common_view<_View>> = enable_borrowed_range<_View>;
121 noexcept(noexcept(common_view{std::forward<_Range>(__range)}))
122 -> decltype( common_view{std::forward<_Range>(__range)})
123 { return common_view{std::forward<_Range>(__range)}; }
/openbsd-src/gnu/llvm/libcxx/include/
H A Dranges215 class common_view;
226 inline constexpr bool enable_borrowed_range<common_view<T>> = enable_borrowed_range<T>;
348 #include <__ranges/common_view.h>
H A DCMakeLists.txt504 __ranges/common_view.h
H A Dmodule.modulemap.in1236 module common_view { private header "__ranges/common_view.h" }
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx2bIssues.csv24 "`3405 <https://wg21.link/LWG3405>`__","``common_view``'s converting constructor is bad, too","Nove…
202 "`3717 <https://wg21.link/LWG3717>`__","``common_view::end`` should improve ``random_access_range``…
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn579 "__ranges/common_view.h",
/openbsd-src/gnu/lib/libcxx/
H A DMakefile593 __ranges/common_view.h \
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64537 ./usr/include/c++/v1/__ranges/common_view.h
H A Dclang.macppc536 ./usr/include/c++/v1/__ranges/common_view.h
H A Dclang.loongson536 ./usr/include/c++/v1/__ranges/common_view.h
H A Dclang.octeon536 ./usr/include/c++/v1/__ranges/common_view.h
H A Dclang.arm64537 ./usr/include/c++/v1/__ranges/common_view.h
H A Dclang.powerpc64535 ./usr/include/c++/v1/__ranges/common_view.h
H A Dclang.armv7535 ./usr/include/c++/v1/__ranges/common_view.h
H A Dclang.i386535 ./usr/include/c++/v1/__ranges/common_view.h
H A Dclang.sparc64536 ./usr/include/c++/v1/__ranges/common_view.h