Enumeration of the two colors used by red‐black tree nodes.

Synopsis

Declared in <bslalg_rbtreenode.h>

enum Color;

Members

Name

Description

BSLALG_RED

Red node color.

BSLALG_BLACK

Black node color.

Created with MrDocs