Get the model size
| 583 | |
| 584 | // Get the model size |
| 585 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 586 | // Get the model type |
| 587 | static constexpr size_t fbe_type() noexcept { return FieldModel<::proto::AccountMessage>::fbe_type(); } |
| 588 |