| 91 | using IteratorType = stl::ArrayIterator<NumericArray<TYPE>>; |
| 92 | |
| 93 | explicit NumericArray(const std::shared_ptr<ArrayData>& data) { |
| 94 | NumericArray::SetData(data); |
| 95 | } |
| 96 | |
| 97 | // Only enable this constructor without a type argument for types without additional |
| 98 | // metadata |
nothing calls this directly
no test coverage detected