ORM C++
|
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. | |
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.
T | The type of the model. |
|
inlinestatic |
Get the model info for the model.