How to understand this use of New() within a struct?

Oops, should be
vtkNew<MyItem::Data> vtk;

Thanks - it all makes more sense now… I’m still getting accustomed to extensive macro use in C++!