Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator()
Method
operator()
MyGUIEngine/include/MyGUI_EventPair.h:232–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
231
template<typename... Args>
232
void operator()(Args&&... args) const
233
{
234
if (!m_eventObsolete.empty())
235
m_eventObsolete(convertStringView(args)...);
236
m_event(args...);
237
}
238
};
239
#endif
240
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected