has many primitive collection resolver

This commit is contained in:
2026-05-11 20:54:48 +02:00
parent a714cd2a53
commit 68eb2b6a6e
4 changed files with 94 additions and 4 deletions
@@ -13,7 +13,7 @@ public:
[[nodiscard]] const std::type_index& type() const;
[[nodiscard]] const std::string& collection_name() const;
protected:
protected:
explicit abstract_collection_resolver(const std::type_index& root_type, const std::type_index& type, std::string collection_name);
public: