Get the model size
| 639 | |
| 640 | // Get the model size |
| 641 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 642 | // Get the model type |
| 643 | static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructArray>::fbe_type(); } |
| 644 |