void remove( const T& value );
reverse_iterator rend();
template< class... Args > void emplace( Args&&... args
(1)
iterator find( const Key& key ); (1)
Defined in header
void sort(); (1)
template< class Key, class Compare, class Alloc > bool operator==( const set<Key
void push_back( const T& value ); (1)
Page 34 of 44