summaryrefslogtreecommitdiff
path: root/modules/codec/c++
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++')
-rw-r--r--modules/codec/c++/schema.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/codec/c++/schema.hpp b/modules/codec/c++/schema.hpp
index c2cacd5..c0fb66f 100644
--- a/modules/codec/c++/schema.hpp
+++ b/modules/codec/c++/schema.hpp
@@ -195,6 +195,7 @@ template <class... T> struct Interface {
template <class... Requests, class... Responses, string_literal... Names>
struct Interface<Member<Function<Requests, Responses>,Names>...> {
static constexpr string_literal name = "Interface";
+ static constexpr uint64_t size = sizeof...(Responses);
};
// NOLINTEND