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

#include <tpl_b_tree.H>

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

Public Member Functions

 BTreeNode (const bool is_leaf)
 

Public Attributes

bool leaf = true
 
Array< Key > keys
 
Array< std::unique_ptr< BTreeNode > > children
 

Detailed Description

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

Definition at line 73 of file tpl_b_tree.H.

Constructor & Destructor Documentation

◆ BTreeNode()

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

Definition at line 79 of file tpl_b_tree.H.

Member Data Documentation

◆ children

◆ keys

◆ leaf


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