Blackjack
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
deck.h File Reference

Defines a Deck of cards. More...

#include "card.h"
#include <array>

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.
 

Detailed Description

Defines a Deck of cards.

Author
DSN
Version
0.2
Date
2023-08-19

Typedef Documentation

◆ CardArray

using CardArray = std::array<Card, numCards>

Variable Documentation

◆ numCards

constexpr std::size_t numCards { 52 }
constexpr

A deck has 52 cards.