|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
GCD monoid: identity = 0 (since gcd(0, x) = x), combine = gcd. 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 |
GCD monoid: identity = 0 (since gcd(0, x) = x), combine = gcd.
Definition at line 192 of file tpl_link_cut_tree.H.
|
inlinestaticconstexprnoexcept |
Definition at line 196 of file tpl_link_cut_tree.H.
References y.
|
inlinestaticconstexprnoexcept |
Definition at line 194 of file tpl_link_cut_tree.H.