BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
ICCF.hpp File Reference
#include <expected>
#include <libchess/moves/Move.hpp>
#include <string>
#include <string_view>
Include dependency graph for ICCF.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  chess
namespace  chess::game
namespace  chess::notation

Functions

auto chess::notation::from_iccf (const Position &position, std::string_view text) -> std::expected< Move, std::string >
auto chess::notation::to_iccf (Move move) -> std::string

Detailed Description

This file provides functions for converting Move objects to and from ICCF-format [2] numeric notation.

Definition in file ICCF.hpp.