Readme for the schema merge

fb-emscripten
Claudius Holeksa 2021-12-25 15:18:24 +01:00
parent eb7e48b4b9
commit 34d2fc3f4e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ For a message we build
Using those schemas and appropriate container classes, we can now build a message class
```
HeapMessageRoot<BasicStruct, MessageContainer<BasicStruct>> buildBasicMessage(int32_t foo_value, std::string bar_value){
HeapMessageRoot<BasicStruct, MessageContainer<BasicStruct>> buildBasicMessage(){
auto root = heapMessageRoot<BasicStruct>();
// This is equivalent to
// auto root = heapMessageRoot<BasicStruct, MessageContainer<BasicStruct>>();