Go to the documentation of this file.
6 #include "boost/dynamic_bitset.hpp"
33 value = owner << 8 | bitPos;
45 const int owner =
value >> 8 & 1;
51 operator int()
const {
return value; }
81 const int is_promoted =
value >> 9 & 1;
110 boost::dynamic_bitset<>
toBits()
const;
140 #endif // _MINI_BOARD_H