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

Public Attributes

T max_val
 
T second_max
 
T min_val
 
T second_min
 
T sum
 
size_t count_max
 
size_t count_min
 
T lazy_chmin
 
T lazy_chmax
 

Detailed Description

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

Definition at line 1318 of file tpl_segment_tree.H.

Member Data Documentation

◆ count_max

template<typename T >
size_t Aleph::Segment_Tree_Beats< T >::Node::count_max

Definition at line 1321 of file tpl_segment_tree.H.

◆ count_min

template<typename T >
size_t Aleph::Segment_Tree_Beats< T >::Node::count_min

Definition at line 1321 of file tpl_segment_tree.H.

◆ lazy_chmax

template<typename T >
T Aleph::Segment_Tree_Beats< T >::Node::lazy_chmax

Definition at line 1322 of file tpl_segment_tree.H.

◆ lazy_chmin

template<typename T >
T Aleph::Segment_Tree_Beats< T >::Node::lazy_chmin

Definition at line 1322 of file tpl_segment_tree.H.

◆ max_val

template<typename T >
T Aleph::Segment_Tree_Beats< T >::Node::max_val

Definition at line 1320 of file tpl_segment_tree.H.

◆ min_val

template<typename T >
T Aleph::Segment_Tree_Beats< T >::Node::min_val

Definition at line 1320 of file tpl_segment_tree.H.

◆ second_max

template<typename T >
T Aleph::Segment_Tree_Beats< T >::Node::second_max

Definition at line 1320 of file tpl_segment_tree.H.

◆ second_min

template<typename T >
T Aleph::Segment_Tree_Beats< T >::Node::second_min

Definition at line 1320 of file tpl_segment_tree.H.

◆ sum

template<typename T >
T Aleph::Segment_Tree_Beats< T >::Node::sum

Definition at line 1320 of file tpl_segment_tree.H.


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