Get the model size
| 340 | |
| 341 | // Get the model size |
| 342 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 343 | // Get the model type |
| 344 | static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructOptional>::fbe_type(); } |
| 345 |