implemented lazy loading for object_ptr and belongs_to
This commit is contained in:
@@ -28,6 +28,9 @@ public:
|
||||
record& operator=(record&&) noexcept = default;
|
||||
~record() = default;
|
||||
|
||||
bool operator==(const record& rhs) const;
|
||||
bool operator!=(const record& rhs) const;
|
||||
|
||||
template<class Operator>
|
||||
void process(Operator &op) {
|
||||
for(auto &f : fields_) {
|
||||
|
||||
Reference in New Issue
Block a user