GCC Middle and Back End API Reference
default_splay_tree_accessors< Node > Class Template Reference

#include <splay-tree-utils.h>

Inheritance diagram for default_splay_tree_accessors< Node >:

Public Types

using node_type = Node
 

Static Public Member Functions

static auto child (node_type node, unsigned int index) -> decltype(node->m_children[index]) &
 

Member Typedef Documentation

◆ node_type

Member Function Documentation

◆ child()

template<typename Node >
static auto default_splay_tree_accessors< Node >::child ( node_type node,
unsigned int index ) -> decltype (node->m_children[index]) &
inlinestatic

The documentation for this class was generated from the following file: