|
constexpr | Bitboard (uint64_t value=zero()) |
constexpr void | set (uint64_t value) |
constexpr uint64_t | value () const |
constexpr Bitboard & | operator|= (const Bitboard &other) |
constexpr Bitboard & | operator&= (const Bitboard &other) |
constexpr Bitboard & | operator^= (const Bitboard &other) |
constexpr | operator uint64_t () const |
constexpr bool | operator== (const Bitboard &other) const |
constexpr bool | operator!= (const Bitboard &other) const |
template<int8_t D> |
constexpr Bitboard | pushed () const |
The documentation for this struct was generated from the following file: