MoveAction の制約. [詳細]
#include <concept.h>
Public メソッド | |
void | constraints () |
制約 | |
Public 変数 | |
void(T::* | simple )(Position, Position, Ptype, bool, Player, Move) |
void(T::* | unknown )(Position, Position, Piece, Ptype, bool, Player, Move) |
void(T::* | drop )(Position, Ptype, Player, Move) |
MoveAction の制約.
http://www.boost.org/libs/concept_check/concept_check.htm
move_action/concept.h の 37 行で定義されています。
void osl::move_action::Concept< T >::constraints | ( | ) | [inline] |
move_action/concept.h の 53 行で定義されています。
void(T::* osl::move_action::Concept< T >::simple)(Position, Position, Ptype, bool, Player, Move) |
move_action/concept.h の 51 行で定義されています。
void(T::* osl::move_action::Concept< T >::unknown)(Position, Position, Piece, Ptype, bool, Player, Move) |
move_action/concept.h の 52 行で定義されています。