Kyopro Library
 
読み取り中…
検索中…
一致する文字列を見つけられません
RangeQuery::ApplyUpdate_GetMax< T, min_value, not_exist > 構造体テンプレート

区間更新 / 区間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)
 

詳解

template<typename T, T min_value, T not_exist>
struct RangeQuery::ApplyUpdate_GetMax< T, min_value, not_exist >

区間更新 / 区間max

テンプレート引数
min_value最小値
not_exist存在しない値

segtree_lazy.hpp216 行目に定義があります。

型定義メンバ詳解

◆ Type

template<typename T, T min_value, T not_exist>
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.hpp218 行目に定義があります。

関数詳解

◆ mapping()

template<typename T, T min_value, T not_exist>
static T RangeQuery::ApplyUpdate_GetMax< T, min_value, not_exist >::mapping ( const T & a,
const T & b )
inlinestatic

segtree_lazy.hpp217 行目に定義があります。


この構造体詳解は次のファイルから抽出されました: