enum axl::sl::RbColor

#include <axl_sl_RbTree.h>

enum RbColor
{
    RbColor_Black = 0,
    RbColor_Red   = 1,
};