MCPcopy 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

appendFunction · 0.85
push_backMethod · 0.45
appendMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected