MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / end

Method end

kratos/containers/pointer_vector.h:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 return const_iterator( mData.begin() );
180 }
181 iterator end()
182 {
183 return iterator( mData.end() );
184 }
185 const_iterator end() const
186 {
187 return const_iterator( mData.end() );

Callers 2

operator==Method · 0.45
ptr_endMethod · 0.45

Calls 2

const_iteratorClass · 0.85
iteratorClass · 0.70

Tested by

no test coverage detected