Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_begin
Method · 0.45
Calls
2
const_iterator
Class · 0.85
iterator
Class · 0.70
Tested by
no test coverage detected