collection resolver progress

This commit is contained in:
2026-02-01 13:17:40 +01:00
parent c838e9dd7b
commit f9333158e2
21 changed files with 247 additions and 192 deletions
+2 -3
View File
@@ -6,8 +6,7 @@
#include "matador/utils/access.hpp"
#include "matador/object/object_ptr.hpp"
#include <vector>
#include "matador/object/collection.hpp"
namespace matador::test {
struct order {
@@ -23,7 +22,7 @@ struct order {
std::string ship_region;
std::string ship_postal_code;
std::string ship_country;
std::vector<object::object_ptr<order_details> > order_details_;
object::collection<object::object_ptr<order_details> > order_details_;
template<class Operator>
void process(Operator &op) {