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

Method Bitset

lib/icinga/checkable-flapping.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13public:
14 Bitset(T value)
15 : m_Data(value)
16 { }
17
18 void Modify(int index, bool bit)
19 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected