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

Method begin

kratos/containers/pointer_vector_set.h:280–283  ·  view source on GitHub ↗

* @brief Returns an iterator pointing to the beginning of the container. * @return An iterator pointing to the beginning of the container. */

Source from the content-addressed store, hash-verified

278 * @return An iterator pointing to the beginning of the container.
279 */
280 iterator begin()
281 {
282 return iterator( mData.begin() );
283 }
284
285 /**
286 * @brief Returns a constant iterator pointing to the beginning of the container.

Callers 11

PointerVectorSetMethod · 0.45
PointerVectorSetClass · 0.45
operator==Method · 0.45
operator<Method · 0.45
cbeginMethod · 0.45
ptr_beginMethod · 0.45
insertMethod · 0.45
findMethod · 0.45
SortMethod · 0.45
UniqueMethod · 0.45
SortedInsertMethod · 0.45

Calls 2

const_iteratorClass · 0.85
iteratorClass · 0.70

Tested by

no test coverage detected