Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.drop/
H A Dbegin.pass.cpp129 std::ranges::drop_view dropView(SimpleView{{}, &non_const_calls, &const_calls}, 4); in test() local
144 std::ranges::drop_view dropView(NonSimpleView{{}, &non_const_calls, &const_calls}, 4); in test() local