MCPcopy 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

addFunction · 0.50
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected