claw
1.9.0
|
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.