collection_resolver progress
This commit is contained in:
@@ -44,6 +44,8 @@ public:
|
||||
|
||||
[[nodiscard]] const field& at(const std::string &name) const;
|
||||
[[nodiscard]] const field& at(size_t index) const;
|
||||
[[nodiscard]] field& at(const std::string &name);
|
||||
[[nodiscard]] field& at(size_t index);
|
||||
template<class Type>
|
||||
std::optional<Type> at(const std::string &name) const {
|
||||
return at(name).as<Type>();
|
||||
|
||||
Reference in New Issue
Block a user