Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::detail::BPlusTreeNode< Key > Struct Template Reference

#include <tpl_bplus_tree.H>

Collaboration diagram for Aleph::detail::BPlusTreeNode< Key >:
[legend]

Public Member Functions

 BPlusTreeNode (const bool is_leaf)
 

Public Attributes

bool leaf = true
 
Array< Key > keys
 
Array< std::unique_ptr< BPlusTreeNode > > children
 
BPlusTreeNodenext = nullptr
 

Detailed Description

template<typename Key>
struct Aleph::detail::BPlusTreeNode< Key >

Definition at line 74 of file tpl_bplus_tree.H.

Constructor & Destructor Documentation

◆ BPlusTreeNode()

template<typename Key >
Aleph::detail::BPlusTreeNode< Key >::BPlusTreeNode ( const bool  is_leaf)
inlineexplicit

Definition at line 81 of file tpl_bplus_tree.H.

Member Data Documentation

◆ children

◆ keys

◆ leaf

◆ next


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