Searched refs:dropView (Results 1 – 1 of 1) sorted by relevance
91 std::ranges::drop_view dropView(SimpleView{{}, &non_const_calls, &const_calls}, 4); in test() local92 assert(dropView.begin() == nullptr); in test()95 assert(std::as_const(dropView).begin() == nullptr); in test()106 std::ranges::drop_view dropView(NonSimpleView{{}, &non_const_calls, &const_calls}, 4); in test() local107 assert(dropView.begin() == nullptr); in test()110 assert(std::as_const(dropView).begin() == nullptr); in test()