Searched defs:ChildViewBase (Results 1 – 1 of 1) sorted by relevance
29 struct ChildViewBase : std::ranges::view_base { struct37 constexpr ChildViewBase(int* ptr = globalBuffer[0]) : ptr_(ptr) {} in ptr_() argument40 ChildViewBase& operator=(const ChildViewBase&) = delete; argument41 ChildViewBase& operator=(ChildViewBase&&) = default; argument48 using ChildView = ChildViewBase<cpp20_input_iterator>; argument