Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ operator+
Method
operator+
src/openms/source/DATASTRUCTURES/String.cpp:358–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
///
357
358
String String::operator+(int i) const
359
{
360
String s(*this);
361
StringConversions::append(i, s);
362
return s;
363
}
364
365
String String::operator+(unsigned int i) const
366
{
Callers
nothing calls this directly
Calls
6
append
Function · 0.85
push_back
Method · 0.45
append
Method · 0.45
insert
Method · 0.45
end
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected