Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ insert
Method
insert
src/common/classes/objects_array.h:198–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
void insert(size_type index, const T& item)
199
{
200
T* dataL = FB_NEW_POOL(this->getPool()) T(this->getPool(), item);
201
inherited::insert(index, dataL);
202
}
203
204
T& insert(size_type index)
205
{
Callers
1
insert
Method · 0.45
Calls
2
T
Class · 0.50
insert
Function · 0.50
Tested by
no test coverage detected