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

Method end

kratos/containers/pointer_hash_map_set.h:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 return const_iterator( mData.begin() );
206 }
207 iterator end()
208 {
209 return iterator( mData.end() );
210 }
211 const_iterator end() const
212 {
213 return const_iterator( mData.end() );

Callers 3

PointerHashMapSetClass · 0.45
ptr_endMethod · 0.45
countMethod · 0.45

Calls 2

const_iteratorClass · 0.85
iteratorClass · 0.70

Tested by

no test coverage detected