mirror of
https://github.com/getml/sqlgen.git
synced 2026-05-18 05:59:02 -05:00
Started writing documentation
This commit is contained in:
@@ -43,6 +43,9 @@ struct PrimaryKey {
|
||||
|
||||
~PrimaryKey() = default;
|
||||
|
||||
/// Returns the underlying object.
|
||||
ReflectionType& get() { return value_; }
|
||||
|
||||
/// Returns the underlying object.
|
||||
const ReflectionType& get() const { return value_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user