DigitalCurling3  1.0.0
A curling simulation system for curling AIs
move.hpp File Reference

Move を定義します More...

#include <variant>
#include "moves/shot.hpp"
#include "moves/concede.hpp"

Go to the source code of this file.

Namespaces

 digitalcurling3
 Digital Curling ライブラリはこの名前空間の中に定義されます
 

Typedefs

using digitalcurling3::Move = std::variant< moves::Shot, moves::Concede >
 ターンごとにチームが採る行動 More...
 

Detailed Description

Move を定義します