MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Value

Method Value

lib/base/value.cpp:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const Value icinga::Empty;
22
23Value::Value(std::nullptr_t)
24{ }
25
26Value::Value(int value)
27 : m_Value(double(value))

Callers

nothing calls this directly

Calls 2

swapMethod · 0.80
StringClass · 0.70

Tested by

no test coverage detected