Belofte  version 2.1.5
A promising chess program using the UCI or Winboard interface
board.cpp File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, bBoard const &bd)
 print board More...
 
std::ostream & operator<< (std::ostream &os, bFen const &f)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  os,
bBoard const &  bd 
)

print board

Definition at line 786 of file board.cpp.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  os,
bFen const &  f 
)

Definition at line 815 of file board.cpp.