From d9ad6a70fa70025fdb2dbc0ee27a1f56ff3458e4 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 6 May 2024 10:07:31 +0200 Subject: codec: Added comments --- modules/codec/c++/data.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/codec') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index 536968f..3d14a18 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -141,6 +141,9 @@ public: } }; +/** + * Mixed precision class for native formats + */ template class data, schema::Primitive>, encode::Native>{ public: @@ -161,6 +164,9 @@ public: } }; +/** + * Union type for native data classes + */ template class data...>, encode::Native> { private: -- cgit v1.2.3