MCPcopy Create free account
hub / github.com/Kitware/VTK / operator->

Method operator->

Common/Core/vtkCollectionRange.h:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 reference operator*() const noexcept { return this->GetItem(); }
125
126 pointer operator->() const noexcept { return this->GetItem(); }
127
128 friend bool operator==(const CollectionIterator& lhs, const CollectionIterator& rhs) noexcept
129 {

Callers

nothing calls this directly

Calls 1

GetItemMethod · 0.95

Tested by

no test coverage detected