summaryrefslogtreecommitdiff
path: root/lib/core/c++/chunk.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-05-29 21:56:48 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-05-29 21:56:48 +0200
commit2dd7c95a111a930e8e23140ab3fec074e7de4c8c (patch)
tree74edc82d6cdad766c31f68d4755a2f49eff4a422 /lib/core/c++/chunk.hpp
parent346d979dcdea3e3f37d3ad55680b4f0469d7220c (diff)
downloadlibs-lbm-2dd7c95a111a930e8e23140ab3fec074e7de4c8c.tar.gz
Dangling
Diffstat (limited to 'lib/core/c++/chunk.hpp')
-rw-r--r--lib/core/c++/chunk.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp
index a1f2451..0f92437 100644
--- a/lib/core/c++/chunk.hpp
+++ b/lib/core/c++/chunk.hpp
@@ -25,6 +25,7 @@ struct chunk_schema_type_helper<Sch, Ghost, saw::tmpl_value_group<uint64_t>, saw
template<typename Sch, uint64_t Ghost, uint64_t... Sides>
struct Chunk {
using InnerSchema = typename impl::chunk_schema_type_helper<Sch, Ghost, saw::tmpl_value_group<uint64_t,Sides...>>::Schema;
+ using StoredValueSchema = Sch;
};
// Not needed for now