Home
last modified time | relevance | path

Searched defs:ChildViewBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/
H A Dtypes.h29 struct ChildViewBase : std::ranges::view_base { struct
37 constexpr ChildViewBase(int* ptr = globalBuffer[0]) : ptr_(ptr) {} in ptr_() argument
40 ChildViewBase& operator=(const ChildViewBase&) = delete; argument
41 ChildViewBase& operator=(ChildViewBase&&) = default; argument
48 using ChildView = ChildViewBase<cpp20_input_iterator>; argument