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

Method empty

MyGUIEngine/src/MyGUI_Any.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 Any& Any::operator=(Any&& rhs) noexcept = default;
33
34 bool Any::empty() const
35 {
36 return !mContent;
37 }
38
39 const std::type_info& Any::getType() const
40 {

Callers 15

removeDrawItemMethod · 0.45
_rebuildGeometryMethod · 0.45
deserializationMethod · 0.45
getCodePointRangesMethod · 0.45
initialiseFreeTypeMethod · 0.45
loadFaceMethod · 0.45
renderMsdfGlyphsMethod · 0.45
_getTextWidthMethod · 0.45
_notifyDeleteItemMethod · 0.45
removeAllItemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected