MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / Variant

Method Variant

source/script_object.h:264–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 TCHAR key_c;
263
264 Variant() = delete;
265 ~Variant() { Free(); }
266
267 void Minit(); // Perform minimum initialization.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected