FastLED 3.9.15
Loading...
Searching...
No Matches
fl::RedBlackTree< T, Compare, Allocator >::Node Struct Reference

Detailed Description

template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
struct fl::RedBlackTree< T, Compare, Allocator >::Node

Definition at line 37 of file rbtree.h.

+ Collaboration diagram for fl::RedBlackTree< T, Compare, Allocator >::Node:

Public Member Functions

template<typename... Args>
 Node (Color c, Node *p, Args &&... args)
 
 Node (const value_type &val, Color c=RED, Node *p=nullptr)
 

Public Attributes

Color color
 
value_type data
 
Nodeleft
 
Nodeparent
 
Noderight
 

The documentation for this struct was generated from the following file: