Searched refs:chunk_by_view (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | chunk_by_view.h | 57 class _LIBCPP_ABI_LLVM18_NO_UNIQUE_ADDRESS chunk_by_view : public view_interface<chunk_by_view<_Vie… 96 _LIBCPP_HIDE_FROM_ABI chunk_by_view() 100 _LIBCPP_HIDE_FROM_ABI constexpr explicit chunk_by_view(_View __base, _Pred __pred) in chunk_by_view() function 135 chunk_by_view(_Range&&, _Pred) -> chunk_by_view<views::all_t<_Range>, _Pred>; 139 class chunk_by_view<_View, _Pred>::__iterator { 140 friend chunk_by_view; variable 142 chunk_by_view* __parent_ = nullptr; 147 chunk_by_view& __parent, iterator_t<_View> __current, iterator_t<_View> __next) in __iterator() 209 … noexcept(noexcept(/**/ chunk_by_view(std::forward<_Range>(__range), std::forward<_Pred>(__pred)))) 210 … -> decltype(/*--*/ chunk_by_view(std::forward<_Range>(__range), std::forward<_Pred>(__pred))) { [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ranges | 343 class chunk_by_view; // C++23 425 # include <__ranges/chunk_by_view.h>
|
H A D | module.modulemap | 1703 module std_private_ranges_chunk_by_view [system] { header "__ranges/chunk_by_view.h" }
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ranges.cppm |
|
H A D | ranges.inc | 330 using std::ranges::chunk_by_view;
|
/freebsd/lib/libc++/ |
H A D | Makefile | 1094 RNG_HEADERS+= chunk_by_view.h
|
H A D | libcxx.imp | 623 { include: [ "<__ranges/chunk_by_view.h>", "private", "<ranges>", "public" ] },
|