Sierra Toolkit
Version of the Day
|
#include <red_black_tree_eastl.h>
Public Types | |
typedef ExtractKey | extract_key |
Public Member Functions | |
rb_base (const Compare &compare) | |
Public Attributes | |
Compare | mCompare |
rb_base This specialization is used for 'set'. In this case, Key and Value will be the same as each other and ExtractKey will be eastl::use_self.
Definition at line 226 of file red_black_tree_eastl.h.