libstdc++
|
A branched, tree-like (tree, trie) container abstraction.
Key | Key type. |
Mapped | Map type. |
Tag | Instantiating data structure type, see container_tag. |
Node_Update | Updates nodes, restores invariants. |
Policy_TL | Policy typelist. |
_Alloc | Allocator type. |
Base is dispatched at compile time via Tag, from the following choices: tree_tag, trie_tag, and their descendants.
Base choices are: detail::ov_tree_map, detail::rb_tree_map, detail::splay_tree_map, and detail::pat_trie_map.
Definition at line 555 of file assoc_container.hpp.