diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-14 16:53:21 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-14 16:53:21 +0200 |
| commit | b1a45e4e1c7ef45b95316443f67c8904a9d5b959 (patch) | |
| tree | 801bbaa1352cbed51612a4b94eec57798883502a /modules/codec/c++ | |
| parent | a9928c946f475be1c26bbc174a6bd57c0e284562 (diff) | |
| download | forstio-forstio-b1a45e4e1c7ef45b95316443f67c8904a9d5b959.tar.gz | |
Diffstat (limited to 'modules/codec/c++')
| -rw-r--r-- | modules/codec/c++/data.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index a86598a..6a796f5 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -764,6 +764,10 @@ class data<schema::Array<T,Dim>, encode::Native> { data<schema::FixedArray<schema::UInt64, Dim>,encode::Native> get_dims() const { return {dims_}; } + + constexpr data<schema::FixedArray<schema::UInt64, Dim>,encode::Native> meta() const { + return {dims_}; + } /** * Return the meta size |
