diff options
Diffstat (limited to 'modules/codec/c++/schema_factory.h')
-rw-r--r-- | modules/codec/c++/schema_factory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/codec/c++/schema_factory.h b/modules/codec/c++/schema_factory.h index 91094fe..47185be 100644 --- a/modules/codec/c++/schema_factory.h +++ b/modules/codec/c++/schema_factory.h @@ -39,6 +39,9 @@ struct schema_factory<schema::Tuple<T...>> { } }; +/** + * This creates the base schema + */ template<typename T> constexpr schema_factory<T> build_schema() noexcept { return {}; |