Get the model size
| 841 | |
| 842 | // Get the model size |
| 843 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 844 | // Get the model type |
| 845 | static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructList>::fbe_type(); } |
| 846 |