|
Claw
1.7.3
|
Basic binary node. More...
#include <binary_node.hpp>
Public Member Functions | |
| binary_node (const binary_node &that) | |
| void | clear () |
Public Attributes | |
| U * | left |
| Left child. | |
| U * | right |
| Right child. | |
Basic binary node.
Definition at line 41 of file binary_node.hpp.
1.8.9.1