Searched defs:dropView3 (Results 1 – 4 of 4) sorted by relevance
34 const std::ranges::drop_view dropView3(MoveOnlyView(), 8); in test() local
31 const std::ranges::drop_view dropView3(MoveOnlyView(), 0); in test() local
29 std::ranges::drop_view<CopyableView> dropView3; in test() local
57 std::ranges::drop_view dropView3(InputView(), 4); in test() local