Currently it's not possible to visualize the following: ``` struct MyPoint { int x; int y; }; typedef std::shared_ptr<MyPoint> MyPointPtr; std::vector<MyPointPtr> ptrs; ```