MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / BundleEvent

Method BundleEvent

framework/src/bundle/BundleEvent.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 };
56
57 BundleEvent::BundleEvent() : d(nullptr) {}
58
59 BundleEvent::operator bool() const { return d.operator bool(); }
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected