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

Method begin

kratos/containers/pointer_vector.h:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 ///@{
172
173 iterator begin()
174 {
175 return iterator( mData.begin() );
176 }
177 const_iterator begin() const
178 {
179 return const_iterator( mData.begin() );

Callers 2

operator==Method · 0.45
ptr_beginMethod · 0.45

Calls 2

const_iteratorClass · 0.85
iteratorClass · 0.70

Tested by

no test coverage detected