Started writing documentation

This commit is contained in:
Dr. Patrick Urbanke
2025-04-27 05:37:37 +02:00
parent 5cef8327af
commit 006bce238b
4 changed files with 149 additions and 5 deletions
+3
View File
@@ -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_; }