Get the model size
| 538 | |
| 539 | // Get the model size |
| 540 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 541 | // Get the model type |
| 542 | static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructBytes>::fbe_type(); } |
| 543 |