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

Method operator+

Common/Core/vtkDataArrayValueRange_Generic.h:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 friend VTK_ITER_INLINE IdStorage operator+(const IdStorage& id, ValueIdType offset) noexcept
138 {
139 IdStorage res = id;
140 res.AddOffset(offset);
141 return res;
142 }
143
144 VTK_ITER_INLINE
145 IdStorage& operator--() noexcept // prefix

Callers

nothing calls this directly

Calls 1

AddOffsetMethod · 0.45

Tested by

no test coverage detected