#include <set>
Include dependency graph for key_mutable_set.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | KeyMutableSet |
This set inherits from the STL multiset, with a slight variation: You are allowed to update the key of a particular iterator that you have obtained. More... | |
class | KeyMutableShell |
class | MutableSet |
This set inherits from the STL multiset, with a slight variation: The value is nonconst--that means you are allowed to change things but must not alter the key. More... | |
class | MutableShell |