ocean.util.container.ebtree.model.Node

Elastic binary tree node struct template

Used as mixin in the EBTree classes.

Members

Structs

Node
struct Node(eb_node, Key, alias eb_getkey, alias eb_next, alias eb_prev, alias eb_prev_unique, alias eb_next_unique, alias eb_delete)

Node struct template

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).