set header

From Cppwiki

Jump to: navigation, search

set is a C++ Standard Library #include. It is responsible for defining std::set, std::multiset, and related functionality.

Specialized functions defined by <set>

 std::swap - O(1) swap of two std::set

Types defined by <set>

 std::set
 std::multiset
Personal tools