EHM DAL 0.2.3
Data abstraction layer for Eastside Hockey Manager
Loading...
Searching...
No Matches
ehm_dal::tables::ColumnData Concept Reference

The GameTable class is a template sub-class of Table and is intended for use as a database table. More...

#include <game_table.h>

Concept definition

template<class T_ColumnData>
concept ehm_dal::tables::ColumnData = std::derived_from<T_ColumnData, ehm_dal::column_data::ColumnData>
|| std::is_same_v<ehm_dal::column_data::ColumnData, T_ColumnData>
The GameTable class is a template sub-class of Table and is intended for use as a database table.
Definition: game_table.h:18

Detailed Description

The GameTable class is a template sub-class of Table and is intended for use as a database table.