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

Method begin

kratos/containers/pointer_hash_map_set.h:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 ///@{
198
199 iterator begin()
200 {
201 return iterator( mData.begin() );
202 }
203 const_iterator begin() const
204 {
205 return const_iterator( mData.begin() );

Callers 1

ptr_beginMethod · 0.45

Calls 2

const_iteratorClass · 0.85
iteratorClass · 0.70

Tested by

no test coverage detected