区間更新 / 区間max [詳解]
#include "segtree_lazy.hpp"
公開型 | |
using | Type = struct SegTreeLazy<Monoid::Max<T,min_value>,Operator::Update<T,not_exist>,mapping> |
静的公開メンバ関数 | |
static T | mapping (const T &a, const T &b) |
区間更新 / 区間max
min_value | 最小値 |
not_exist | 存在しない値 |
segtree_lazy.hpp の 216 行目に定義があります。
using RangeQuery::ApplyUpdate_GetMax< T, min_value, not_exist >::Type = struct SegTreeLazy<Monoid::Max<T,min_value>,Operator::Update<T,not_exist>,mapping> |
segtree_lazy.hpp の 218 行目に定義があります。
|
inlinestatic |
segtree_lazy.hpp の 217 行目に定義があります。