Get the model size
| 740 | |
| 741 | // Get the model size |
| 742 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 743 | // Get the model type |
| 744 | static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructVector>::fbe_type(); } |
| 745 |