Get the model size
| 491 | |
| 492 | // Get the model size |
| 493 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 494 | // Get the model type |
| 495 | static constexpr size_t fbe_type() noexcept { return FieldModel<::proto::BalanceMessage>::fbe_type(); } |
| 496 |