From d8fe9dc48b640fc977cd03b483e6fd6b620785ad Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Thu, 15 Aug 2024 14:21:43 +0200 Subject: removing stale files --- modules/codec/c++/schema.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/codec') diff --git a/modules/codec/c++/schema.hpp b/modules/codec/c++/schema.hpp index 7df47b3..3820cf3 100644 --- a/modules/codec/c++/schema.hpp +++ b/modules/codec/c++/schema.hpp @@ -33,6 +33,13 @@ template struct Member { static constexpr string_literal KeyLiteral = Literal; }; +template struct Map { + static constexpr string_literal name = "Map"; + + using KeyType = Key; + using ValueType = Value; +}; + template struct Struct { static_assert( always_false, -- cgit v1.2.3