Category
Level
std::set and std::map store elements in sorted order using a balanced binary search tree (typically a Red-Black Tree).