MCPcopy Create free account
hub / github.com/Icinga/icinga2 / operator+

Method operator+

lib/base/value-operators.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189Value icinga::operator+(const Value& lhs, const char *rhs)
190{
191 return lhs + Value(rhs);
192}
193
194Value icinga::operator+(const char *lhs, const Value& rhs)
195{

Callers

nothing calls this directly

Calls 6

IsNumberMethod · 0.80
IsStringMethod · 0.80
ValueClass · 0.70
IsEmptyMethod · 0.45
CopyToMethod · 0.45
GetTypeNameMethod · 0.45

Tested by

no test coverage detected