Get the model size
| 210 | |
| 211 | // Get the model size |
| 212 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 213 | // Get the model type |
| 214 | static constexpr size_t fbe_type() noexcept { return FieldModel<::proto::Balance>::fbe_type(); } |
| 215 |