Blackjack
|
Defines a Deck
of cards.
More...
Go to the source code of this file.
Classes | |
class | Deck |
Typedefs | |
using | CardArray = std::array< Card, numCards > |
Variables | |
constexpr std::size_t | numCards { 52 } |
A deck has 52 cards. | |
|
constexpr |
A deck has 52
cards.