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

(和,区間の長さ) [詳解]

#include "monoid.hpp"

公開型

using Type = pair<T,int>
 

静的公開メンバ関数

static Type id ()
 
static Type op (const Type &a, const Type &b)
 

詳解

template<typename T>
struct Monoid::SumPair< T >

(和,区間の長さ)

monoid.hpp34 行目に定義があります。

型定義メンバ詳解

◆ Type

template<typename T>
using Monoid::SumPair< T >::Type = pair<T,int>

monoid.hpp35 行目に定義があります。

関数詳解

◆ id()

template<typename T>
static Type Monoid::SumPair< T >::id ( )
inlinestatic

monoid.hpp36 行目に定義があります。

◆ op()

template<typename T>
static Type Monoid::SumPair< T >::op ( const Type & a,
const Type & b )
inlinestatic

monoid.hpp37 行目に定義があります。


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