Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ operator+
Method
operator+
src/CppUTest/SimpleString.cpp:472–477 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
SimpleString SimpleString::operator+(const SimpleString& rhs) const
473
{
474
SimpleString t(getBuffer());
475
t += rhs.getBuffer();
476
return t;
477
}
478
479
SimpleString& SimpleString::operator+=(const SimpleString& rhs)
480
{
Callers
nothing calls this directly
Calls
1
getBuffer
Method · 0.80
Tested by
no test coverage detected