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

Method Swap

lib/base/value.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void Value::Swap(Value& other)
181{
182 m_Value.swap(other.m_Value);
183}
184
185bool Value::ToBool() const
186{

Callers 1

SetMethod · 0.80

Calls 1

swapMethod · 0.80

Tested by

no test coverage detected