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

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

詳解

template<typename T, T max_value, T not_exist>
struct RangeQuery::ApplyUpdate_GetMin< T, max_value, not_exist >

区間更新 / 区間min

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

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

型定義メンバ詳解

◆ Type

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

関数詳解

◆ mapping()

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

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


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