|
BenBot 1.7.5
A chess engine
|
#include <libchess/board/Square.hpp>
Public Member Functions | |
| template<typename FormatContext> | |
| auto | format (const chess::board::Square &square, FormatContext &ctx) const -> typename FormatContext::iterator |
| template<typename ParseContext> | |
| constexpr auto | parse (ParseContext &ctx) -> typename ParseContext::iterator |
A formatter specialization for Square objects. The formatter accepts no arguments; squares are always printed in algebraic notation, such as a4, b2, etc.
Definition at line 156 of file Square.hpp.
|
inline |
Definition at line 164 of file Square.hpp.
|
inlineconstexpr |
Definition at line 158 of file Square.hpp.