collection resolver progress
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user