Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ findAndRemove
Method
findAndRemove
src/common/classes/array.h:446–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
bool findAndRemove(const T& item)
447
{
448
size_type pos;
449
if (find(item, pos))
450
{
451
remove(pos);
452
return true;
453
}
454
455
return false;
456
}
457
458
bool exist(const T& item) const
459
{
Callers
8
pass1
Method · 0.45
deregisterBatch
Method · 0.45
onRequestFinish
Method · 0.45
release
Method · 0.45
enumerate
Method · 0.45
deletePool
Method · 0.45
shutdown
Method · 0.45
generateEquiJoin
Method · 0.45
Calls
2
remove
Function · 0.85
find
Function · 0.50
Tested by
no test coverage detected