Home
last modified time | relevance | path

Searched refs:join_with_view (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Djoin_with_view.h63 class join_with_view : public view_interface<join_with_view<_View, _Pattern>> {
87 _LIBCPP_HIDE_FROM_ABI join_with_view()
91 _LIBCPP_HIDE_FROM_ABI constexpr explicit join_with_view(_View __base, _Pattern __pattern) in join_with_view() function
97 …_LIBCPP_HIDE_FROM_ABI constexpr explicit join_with_view(_Range&& __r, range_value_t<_InnerRng> __e) in join_with_view() function
149 join_with_view(_Range&&, _Pattern&&) -> join_with_view<views::all_t<_Range>, views::all_t<_Pattern>…
152 join_with_view(_Range&&, range_value_t<range_reference_t<_Range>>)
153 -> join_with_view<views::all_t<_Range>, single_view<range_value_t<range_reference_t<_Range>>>>;
190 struct join_with_view<_View, _Pattern>::__iterator
193 friend join_with_view;
195 using _Parent _LIBCPP_NODEBUG = __maybe_const<_Const, join_with_view>;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dranges293 class join_with_view; // since C++23
439 # include <__ranges/join_with_view.h>
H A Dmodule.modulemap.in1894 module join_with_view { header "__ranges/join_with_view.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dranges.cppm
H A Dranges.inc229 using std::ranges::join_with_view;
/freebsd/lib/libc++/
H A Dmodule.modulemap1894 module join_with_view { header "__ranges/join_with_view.h" }
H A Dlibcxx.imp702 { include: [ "<__ranges/join_with_view.h>", "private", "<ranges>", "public" ] },
H A DMakefile1991 RNG_HEADERS+= join_with_view.h
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3730 SYMBOL(join_with_view, std::ranges::, <ranges>)