30#ifndef __CLAW_BINARY_NODE_HPP__
31#define __CLAW_BINARY_NODE_HPP__
49 explicit binary_node();
50 explicit binary_node(
const binary_node& that);
58#include <claw/binary_node.tpp>
typename claw::avl_base< K, Comp >::avl_node * right
typename claw::avl_base< K, Comp >::avl_node * left
This is the main namespace.