Files
opm-simulators/tests
Bård Skaflestad 03ac2cbd93 Add Property Tree Array Retrieval Mechanism
This commit adds a new member function

    template <typename T>
    std::optional<std::vector<T>>
    get_child_items_as_vector(const std::string& child) const;

which retrieves an array-type property value from a property tree.
Initially defined for 'int' and 'double', but could be extended to
'std::string', 'float', or other element types as needed.
2025-01-29 15:15:49 +01:00
..
2019-02-28 14:30:20 +01:00
2025-01-13 11:19:43 +01:00
2025-01-21 14:41:57 +01:00
2019-11-29 11:38:00 +01:00
2023-12-04 12:40:55 +01:00
2023-02-16 17:32:04 +01:00
2024-12-03 13:59:53 +01:00
2025-01-21 14:41:18 +01:00
2025-01-21 14:41:17 +01:00