GCC Middle and Back End API Reference
|
#include <splay-tree-utils.h>
Public Types | |
using | node_type = Node |
Static Public Member Functions | |
static auto | parent (node_type node) -> decltype(node->m_parent) & |
static auto | child (node_type node, unsigned int index) -> decltype(node->m_children[index]) & |
using default_splay_tree_accessors_with_parent< Node >::node_type = Node |
|
inlinestaticinherited |
|
inlinestatic |