| 316 | using value_type = APIType; |
| 317 | |
| 318 | VTK_ITER_INLINE |
| 319 | ValueReference() noexcept |
| 320 | : Array{ nullptr } |
| 321 | , Id{} |
| 322 | { |
| 323 | } |
| 324 | |
| 325 | VTK_ITER_INLINE |
| 326 | ValueReference(ArrayType* array, IdStorageType id) noexcept |
nothing calls this directly
no test coverage detected