Get the model size
| 1322 | |
| 1323 | // Get the model size |
| 1324 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 1325 | // Get the model type |
| 1326 | static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructEmpty>::fbe_type(); } |
| 1327 |