2#include "../include/cppx.h"
23 m_height =
static_cast<std::int8_t
>(
h);
int get_height_val() const
const T & get_data() const
Node< T > * get_right() const
void set_right(Node< T > *node)
void set_left(Node< T > *node)
Node< T > * get_left() const
void set_parent(Node< T > *parent)
Node< T > * get_parent() const
void set_data(const T &val)
void set_height_val(int h)