Get the model size
| 307 | |
| 308 | // Get the model size |
| 309 | size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); } |
| 310 | // Get the model type |
| 311 | static constexpr size_t fbe_type() noexcept { return FieldModel<::proto::Account>::fbe_type(); } |
| 312 |