Check if the value is valid
| 40 | |
| 41 | // Check if the value is valid |
| 42 | bool verify() const noexcept { return true; } |
| 43 | |
| 44 | // Get the field value |
| 45 | void get(T& value, T defaults = (T)0) const noexcept; |
nothing calls this directly
no outgoing calls
no test coverage detected