Get the field offset
| 317 | |
| 318 | // Get the field offset |
| 319 | size_t fbe_offset() const noexcept { return _offset; } |
| 320 | // Get the field size |
| 321 | size_t fbe_size() const noexcept { return N * _model.fbe_size(); } |
| 322 | // Get the field extra size |
nothing calls this directly
no outgoing calls
no test coverage detected