Get the model size
| 117 | |
| 118 | // Get the model size |
| 119 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 120 | // Get the model type |
| 121 | static constexpr size_t fbe_type() noexcept { return FieldModel<::proto::Order>::fbe_type(); } |
| 122 |