Get the model size
| 182 | |
| 183 | // Get the model size |
| 184 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 185 | // Get the model type |
| 186 | static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructSimple>::fbe_type(); } |
| 187 |