MCPcopy 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
472SimpleString SimpleString::operator+(const SimpleString& rhs) const
473{
474 SimpleString t(getBuffer());
475 t += rhs.getBuffer();
476 return t;
477}
478
479SimpleString& SimpleString::operator+=(const SimpleString& rhs)
480{

Callers

nothing calls this directly

Calls 1

getBufferMethod · 0.80

Tested by

no test coverage detected