Searched refs:CopyableParent (Results 1 – 6 of 6) sorted by relevance
21 std::ranges::sentinel_t<std::ranges::join_view<CopyableParent>> sent; in test()
24 CopyableParent parent{children}; in test()
39 static_assert(!std::default_initializable<std::ranges::join_view<CopyableParent>>); in test()
95 struct CopyableParent : std::ranges::view_base { struct103 constexpr CopyableParent(CopyableChild* ptr) : ptr_(ptr) {} in CopyableParent() argument
30 CopyableParent parent{children}; in test()
40 std::ranges::join_view jv(CopyableParent{children}); in test()