yfast 0.6.1
|
Public Types | |
typedef _Key | Key |
typedef utils::aligned_ptr< 1, T > | Child |
Public Member Functions | |
T * | left () const |
T * | right () const |
void | set_left (T *node) |
void | set_right (T *node) |
Public Attributes | |
const Key | key |
T * | parent |
std::uintptr_t | _left |
std::uintptr_t | _right |
std::size_t | size |