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

XOR [詳解]

#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::Xor< T >

XOR

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

型定義メンバ詳解

◆ Type

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

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

関数詳解

◆ id()

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

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

◆ op()

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

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

◆ inv()

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

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


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