Concepts in practice: writing a generic library
Szczegóły
Description:
In this session we will see how C++20 Concepts can be used form the perspective of a generic library author. We will start with a small Minimax algorithm for solving a Tic-Tac-Toe game, and promote it to a generic algorithm that works for any type that satisfies concept `Game`.
This will be an improvised live coding session.
