Loading [MathJax]/extensions/tex2jax.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
di::container::RBTree< Value, Comp, Tag, Interface, is_multi, Self >::InsertPosition Struct Reference

#include <di/container/tree/rb_tree.h>

Public Attributes

Nodeparent { nullptr }
 
bool left { true }
 

Member Data Documentation

◆ left

template<typename Value, typename Comp, typename Tag, typename Interface, bool is_multi, typename Self = Void>
bool di::container::RBTree< Value, Comp, Tag, Interface, is_multi, Self >::InsertPosition::left { true }

◆ parent

template<typename Value, typename Comp, typename Tag, typename Interface, bool is_multi, typename Self = Void>
Node* di::container::RBTree< Value, Comp, Tag, Interface, is_multi, Self >::InsertPosition::parent { nullptr }

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