summaryrefslogtreecommitdiff
path: root/c++/descriptor.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-06-25 15:01:48 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-06-25 15:01:48 +0200
commit210b04098cfc12e0fdcff0578d39cc9ccafb3b37 (patch)
tree888a291cc8b37382f68ad147783a5202e94da203 /c++/descriptor.hpp
parent3403b07823d9f1ade288ff8c6a6774c81c63c262 (diff)
Debugging commit
Diffstat (limited to 'c++/descriptor.hpp')
-rw-r--r--c++/descriptor.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/c++/descriptor.hpp b/c++/descriptor.hpp
index b1ee5b1..23c82f2 100644
--- a/c++/descriptor.hpp
+++ b/c++/descriptor.hpp
@@ -205,6 +205,10 @@ public:
const data<Sch, Encode>& operator()(const data<schema::UInt64>& index)const{
return inner_.at(index);
}
+
+ const data<kel::lbm::sch::Cell<Sch, Desc, S, D, Q>, Encode> copy() const {
+ return *this;
+ }
};
template<typename Desc, typename CellT, typename Encode>