Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ operator+
Method
operator+
src/common/classes/fb_string.h:745–748 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
743
return *this;
744
}
745
StringType operator+(const StringType& v) const
746
{
747
return add(v.c_str(), v.length());
748
}
749
StringType operator+(const_pointer s) const
750
{
751
return add(s, static_cast<size_type>(strlen(s)));
Callers
nothing calls this directly
Calls
3
add
Function · 0.50
c_str
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected