Searched defs:dropView4 (Results 1 – 3 of 3) sorted by relevance
38 const std::ranges::drop_view dropView4(MoveOnlyView(), 10); in test() local
35 const std::ranges::drop_view dropView4(InputView(), 2); in test() local
61 std::ranges::drop_view dropView4(MoveOnlyView(), 8); in test() local