| 26 | // uint8_t _data[0]; // Extra Value data (object is dynamically sized) |
| 27 | |
| 28 | offsetValue() =default; |
| 29 | private: |
| 30 | offsetValue(const offsetValue&) = delete; |
| 31 | offsetValue(offsetValue&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected