stl:set:swap

C++ Reference

swap

Syntax:

    #include <set>
    void swap( container& from );

The swap() function exchanges the elements of the current set with those of from. This function operates in constant time.