|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Max monoid: identity = numeric lowest, combine = max(a, b). More...
#include <tpl_link_cut_tree.H>
Static Public Member Functions | |
| static constexpr T | identity () noexcept |
| static constexpr T | combine (const T &a, const T &b) noexcept |
Max monoid: identity = numeric lowest, combine = max(a, b).
Definition at line 165 of file tpl_link_cut_tree.H.
|
inlinestaticconstexprnoexcept |
Definition at line 172 of file tpl_link_cut_tree.H.
|
inlinestaticconstexprnoexcept |
Definition at line 167 of file tpl_link_cut_tree.H.