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

[詳解]

#include "abel.hpp"

公開型

using Type = T
 

静的公開メンバ関数

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

詳解

template<typename T>
struct Abel::Sum< T >

abel.hpp8 行目に定義があります。

型定義メンバ詳解

◆ Type

template<typename T>
using Abel::Sum< T >::Type = T

abel.hpp9 行目に定義があります。

関数詳解

◆ id()

template<typename T>
static Type Abel::Sum< T >::id ( )
inlinestatic

abel.hpp10 行目に定義があります。

◆ op()

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

abel.hpp11 行目に定義があります。

◆ inv()

template<typename T>
static Type Abel::Sum< T >::inv ( const Type & x)
inlinestatic

abel.hpp12 行目に定義があります。


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