Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Li_Chao_Tree< T >::Node Struct Reference
Collaboration diagram for Aleph::Li_Chao_Tree< T >::Node:
[legend]

Public Attributes

Line line
 
size_t left = std::numeric_limits<size_t>::max()
 
size_t right = std::numeric_limits<size_t>::max()
 

Detailed Description

template<typename T>
struct Aleph::Li_Chao_Tree< T >::Node

Definition at line 550 of file DP_Optimizations.H.

Member Data Documentation

◆ left

template<typename T >
size_t Aleph::Li_Chao_Tree< T >::Node::left = std::numeric_limits<size_t>::max()

Definition at line 553 of file DP_Optimizations.H.

◆ line

template<typename T >
Line Aleph::Li_Chao_Tree< T >::Node::line

Definition at line 552 of file DP_Optimizations.H.

◆ right

template<typename T >
size_t Aleph::Li_Chao_Tree< T >::Node::right = std::numeric_limits<size_t>::max()

Definition at line 554 of file DP_Optimizations.H.


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