mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-06 16:49:19 -05:00
added section comment
This commit is contained in:
@@ -50,6 +50,7 @@ namespace Orm::Tiny::Concerns
|
||||
/*! Alias for the type utils. */
|
||||
using TypeUtils = Orm::Utils::Type;
|
||||
|
||||
/* Constructors */
|
||||
/*! Default constructor. */
|
||||
inline HasRelationStore() = default;
|
||||
/*! Default destructor. */
|
||||
@@ -431,6 +432,8 @@ namespace Orm::Tiny::Concerns
|
||||
|
||||
/* private */
|
||||
|
||||
/* Constructors */
|
||||
|
||||
template<typename Derived, AllRelationsConcept ...AllRelations>
|
||||
HasRelationStore<Derived, AllRelations...>::HasRelationStore( // NOLINT(modernize-use-equals-delete)
|
||||
#ifdef TINYORM_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user