Home
last modified time | relevance | path

Searched refs:JoinView (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/
H A Dctor.default.pass.cpp29 using JoinView = std::ranges::join_view<view<It>>; in test_default_constructible() typedef
30 using JoinIterator = std::ranges::iterator_t<JoinView>; in test_default_constructible()
37 using JoinView = std::ranges::join_view<view<It>>; in test_non_default_constructible() typedef
38 using JoinIterator = std::ranges::iterator_t<JoinView>; in test_non_default_constructible()
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/sentinel/
H A Dctor.other.pass.cpp73 using JoinView = std::ranges::join_view<ConstInconvertibleOuter>; in test() typedef
74 using sentinel = std::ranges::sentinel_t<JoinView>; in test()
75 using const_sentinel = std::ranges::sentinel_t<const JoinView>; in test()