Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KratosMultiphysics/Kratos
/ begin
Method
begin
kratos/containers/pointer_vector_map.h:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
///@{
195
196
iterator begin()
197
{
198
return iterator( mData.begin() );
199
}
200
const_iterator begin() const
201
{
202
return const_iterator( mData.begin() );
Callers
8
PointerVectorMap
Method · 0.45
PointerVectorMap
Class · 0.45
operator()
Method · 0.45
pair_begin
Method · 0.45
insert
Method · 0.45
find
Method · 0.45
Sort
Method · 0.45
PrintData
Method · 0.45
Calls
2
const_iterator
Class · 0.85
iterator
Class · 0.70
Tested by
no test coverage detected