cheshirekow
v0.1.0
|
Classes | |
struct | BasicNode |
A node in a redblack tree. More... | |
struct | ExampleTraits |
an example traits struction from which a red-black tree may be instantiated More... | |
struct | Iterator |
implements red black trees from CLRS More... | |
class | Tree |
implements red black trees from CLRS More... | |
Enumerations | |
enum | Color : uint8_t { Color::BLACK, Color::RED } |
|
strong |