summaryrefslogtreecommitdiff
path: root/modules/codec/c++/data.hpp
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-07-30 16:56:29 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-07-30 16:56:29 +0200
commitd5bf26c38a28bfe114511375ed125505f8325514 (patch)
treee7c29d2ee6aa58f9a30ff60ffe75aa71a2c93eef /modules/codec/c++/data.hpp
parent718ed6a0a59c1f0869488ae725edc453e86b355b (diff)
wip for managing the raw data in a native format
Diffstat (limited to 'modules/codec/c++/data.hpp')
-rw-r--r--modules/codec/c++/data.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp
index 1cd474c..e955af0 100644
--- a/modules/codec/c++/data.hpp
+++ b/modules/codec/c++/data.hpp
@@ -25,6 +25,7 @@ struct Native {
static constexpr string_literal name = "encode::Native";
};
}
+
template<typename Schema, typename Encode, typename Storage = storage::Default>
class codec;
/*