Searched defs:sw1 (Results 1 – 2 of 2) sorted by relevance
24 std::same_as<sentinel_wrapper<int*>> auto sw1 = tv.end().base(); in test() local
55 sentinel_wrapper<int*> sw1 = MoveOnlyView(buffer).end(); in test() local