Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KratosMultiphysics/Kratos
/ end
Method
end
kratos/containers/pointer_hash_map_set.h:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
return const_iterator( mData.begin() );
206
}
207
iterator end()
208
{
209
return iterator( mData.end() );
210
}
211
const_iterator end() const
212
{
213
return const_iterator( mData.end() );
Callers
3
PointerHashMapSet
Class · 0.45
ptr_end
Method · 0.45
count
Method · 0.45
Calls
2
const_iterator
Class · 0.85
iterator
Class · 0.70
Tested by
no test coverage detected