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