Udostępnij za pośrednictwem


<list>, funkcje

swap

Wymienia elementy dwóch list.

template <class T, class Allocator>
    void swap(list<T, Allocator>& left, list<T, Allocator>& right)

Parametry

Lewy
Obiekt typu list.

Prawy
Obiekt typu list.

Uwagi

Ta funkcja szablonu wykonuje left.swap(right)polecenie .