|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_binNode.H>
Public Types | |
| using | node_type = Node |
| using | key_type = typename Node::Key_Type |
Static Public Member Functions | |
| static constexpr node_type * | null () noexcept |
| static constexpr node_type *& | left (node_type *p) noexcept |
| static constexpr node_type *& | right (node_type *p) noexcept |
| static const node_type * | left (const node_type *p) noexcept |
| static const node_type * | right (const node_type *p) noexcept |
| static key_type & | key (node_type *p) noexcept |
| static const key_type & | key (const node_type *p) noexcept |
Definition at line 368 of file tpl_binNode.H.
Definition at line 371 of file tpl_binNode.H.
Definition at line 370 of file tpl_binNode.H.
Definition at line 382 of file tpl_binNode.H.
|
inlinestaticnoexcept |
Definition at line 381 of file tpl_binNode.H.
|
inlinestaticnoexcept |
Definition at line 378 of file tpl_binNode.H.
|
inlinestaticconstexprnoexcept |
Definition at line 375 of file tpl_binNode.H.
|
inlinestaticconstexprnoexcept |
Definition at line 373 of file tpl_binNode.H.
|
inlinestaticnoexcept |
Definition at line 379 of file tpl_binNode.H.
|
inlinestaticconstexprnoexcept |
Definition at line 376 of file tpl_binNode.H.