removed make_relation_node method from repository_node

This commit is contained in:
2025-12-08 19:45:35 +01:00
parent 263c202c69
commit d4ef97ef5a
15 changed files with 90 additions and 133 deletions
+3
View File
@@ -6,6 +6,7 @@
#include "matador/utils/field_attributes.hpp"
#include <memory>
#include <ostream>
namespace matador::object {
@@ -60,6 +61,8 @@ public:
return type() == utils::data_type_traits<Type>::type(attributes().size());
}
friend std::ostream& operator<<(std::ostream& os, const attribute& attr);
private:
friend class object;
friend class attribute_generator;