22 std::ostream &
operator<<(std::ostream &out,
const std::vector<T> &vector)
25 for (
int i = 0; i < (int)vector.size(); i++) {
27 if (i < (
int)vector.size() - 1) {
std::ostream & operator<<(std::ostream &out, const std::vector< T > &vector)
Print the elements of a vector nicely.
This file defines the structs for a question and typedef of an answer.
This file defines the settings struct.
This file defines the structs for a card, player and a game state, plus a state initialize and copy f...
The information connected to a card.
The information connected to a player.
A question asked by a player. The player asks another player for a specific card from a certain set.
The settings which characterize a game.