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

Method size

kratos/containers/pointer_vector_set.h:504–507  ·  view source on GitHub ↗

* @brief Returns the number of elements in the container. * @return The number of elements in the container. */

Source from the content-addressed store, hash-verified

502 * @return The number of elements in the container.
503 */
504 size_type size() const
505 {
506 return mData.size();
507 }
508
509 /**
510 * @brief Returns the maximum possible number of elements the container can hold.

Callers 11

PointerVectorSetClass · 0.45
operator==Method · 0.45
pop_backMethod · 0.45
insertMethod · 0.45
eraseMethod · 0.45
findMethod · 0.45
SortMethod · 0.45
UniqueMethod · 0.45
IsSortedMethod · 0.45
SortedInsertMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected