MCPcopy Create free account
hub / github.com/MyGUI/mygui / empty

Function empty

MyGUIEngine/include/MyGUI_EventPair.h:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 bool empty() const
85 {
86 return m_eventObsolete.empty() && m_event.empty();
87 }
88
89 EventObsolete m_eventObsolete;
90 Event m_event;

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected