std::set<Key,Compare,Allocator>::~set

From cppreference.com
< cpp‎ | container‎ | set

~set();

A destructor. Destructs the set

Complexity

Linear in the size of the set.