Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ erase
Method
erase
src/common/classes/fb_string.h:536–540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
return *this;
535
}
536
iterator erase(iterator it) throw()
537
{
538
erase(it - c_str(), 1);
539
return it;
540
}
541
iterator erase(iterator first, iterator last) throw()
542
{
543
erase(first - c_str(), last - first);
Callers
15
toString
Method · 0.45
loadConfig
Method · 0.45
checkServerUsersVersion
Function · 0.45
parse
Method · 0.45
clear
Method · 0.45
ISC_analyze_pclan
Function · 0.45
ISC_analyze_protocol
Function · 0.45
ISC_analyze_tcp
Function · 0.45
ShortToLongPathName
Function · 0.45
share_name_from_resource
Function · 0.45
share_name_from_unc
Function · 0.45
ISC_unescape
Function · 0.45
Calls
1
erase
Function · 0.70
Tested by
1
test
Function · 0.36