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

Method Any

MyGUIEngine/src/MyGUI_Any.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 Any::Any() = default;
16
17 Any::Any(const Any& other) :
18 mContent(other.mContent ? other.mContent->clone() : nullptr)
19 {
20 }
21
22 Any::Any(Any&& other) noexcept = default;
23

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected