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

区間加算 / 区間和 [詳解]

#include "segtree_lazy.hpp"

公開型

using S = typename Monoid::SumPair<T>::Type
 
using Type = struct SegTreeLazy<Monoid::SumPair<T>,Operator::Add<T>,mapping>
 

静的公開メンバ関数

static S mapping (const S &a, const T &b)
 

詳解

template<typename T>
struct RangeQuery::ApplyAdd_GetSum< T >

区間加算 / 区間和

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

型定義メンバ詳解

◆ S

template<typename T>
using RangeQuery::ApplyAdd_GetSum< T >::S = typename Monoid::SumPair<T>::Type

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

◆ Type

template<typename T>
using RangeQuery::ApplyAdd_GetSum< T >::Type = struct SegTreeLazy<Monoid::SumPair<T>,Operator::Add<T>,mapping>

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

関数詳解

◆ mapping()

template<typename T>
static S RangeQuery::ApplyAdd_GetSum< T >::mapping ( const S & a,
const T & b )
inlinestatic

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


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