\brief Return a shallow copy of this ArrayData
| 188 | |
| 189 | /// \brief Return a shallow copy of this ArrayData |
| 190 | std::shared_ptr<ArrayData> Copy() const { return std::make_shared<ArrayData>(*this); } |
| 191 | |
| 192 | /// \brief Deep copy this ArrayData to destination memory manager |
| 193 | /// |
no outgoing calls