Get the model size
| 444 | |
| 445 | // Get the model size |
| 446 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 447 | // Get the model type |
| 448 | static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructNested>::fbe_type(); } |
| 449 |