Get the model size
| 399 | |
| 400 | // Get the model size |
| 401 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 402 | // Get the model type |
| 403 | static constexpr size_t fbe_type() noexcept { return FieldModel<::proto::OrderMessage>::fbe_type(); } |
| 404 |