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