MCPcopy 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

pass1Method · 0.45
deregisterBatchMethod · 0.45
onRequestFinishMethod · 0.45
releaseMethod · 0.45
enumerateMethod · 0.45
deletePoolMethod · 0.45
shutdownMethod · 0.45
generateEquiJoinMethod · 0.45

Calls 2

removeFunction · 0.85
findFunction · 0.50

Tested by

no test coverage detected