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

Method DeferredInitializer

lib/base/loader.hpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18public:
19 DeferredInitializer(std::function<void ()> callback, InitializePriority priority)
20 : m_Callback(std::move(callback)), m_Priority(priority)
21 { }
22
23 bool operator>(const DeferredInitializer& other) const
24 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected