Lightweight 0.1.0
Loading...
Searching...
No Matches
DataMapperRecord Concept Reference

Represents a record type that can be used with the DataMapper. More...

#include <Record.hpp>

Concept definition

template<typename Record>
concept DataMapperRecord = std::is_aggregate_v<Record>
Represents a record type that can be used with the DataMapper.
Definition Record.hpp:20

Detailed Description

Represents a record type that can be used with the DataMapper.

The record type must be an aggregate type.

See also
DataMapper, Field, BelongsTo, HasMany, HasManyThrough, HasOneThrough

Definition at line 20 of file Record.hpp.