ORM C++
Loading...
Searching...
No Matches
orm::Model< T > Class Template Reference

A template class representing a model in the ORM framework. More...

#include <model.hpp>

Static Public Member Functions

static auto getModelInfo (bool force=false) -> model::ModelInfo &
 Get the model info for the model.
 

Detailed Description

template<typename T>
class orm::Model< T >

A template class representing a model in the ORM framework.

This class provides functionality for defining and accessing columns in a model. It is a base class that can be inherited by specific model classes.

Template Parameters
TThe type of the model.

Member Function Documentation

◆ getModelInfo()

template<typename T >
static auto orm::Model< T >::getModelInfo ( bool force = false) -> model::ModelInfo&
inlinestatic

Get the model info for the model.

Returns
A reference to the model info.

The documentation for this class was generated from the following file: