diff options
Diffstat (limited to 'c++/descriptor.hpp')
-rw-r--r-- | c++/descriptor.hpp | 4 |
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> |