summaryrefslogtreecommitdiff
path: root/src/codec
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec')
-rw-r--r--src/codec/schema.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/codec/schema.h b/src/codec/schema.h
index 2a548df..2f63fe9 100644
--- a/src/codec/schema.h
+++ b/src/codec/schema.h
@@ -40,6 +40,12 @@ template<typename T, size_t... S> struct FixedArray {};
template <typename... T> struct Tuple {};
+/**
+ * This acts as a separator of different encodings being mashed together
+ */
+template <typename T, typename Enc>
+class Wrapper {};
+
struct String {};
struct SignedInteger {};