Get the model size
| 1037 | |
| 1038 | // Get the model size |
| 1039 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 1040 | // Get the model type |
| 1041 | static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructMap>::fbe_type(); } |
| 1042 |