MCPcopy Create free account
hub / github.com/andrivet/ADVobfuscator / ~ObfuscatedString

Method ~ObfuscatedString

include/advobfuscator/string.h:69–69  ·  view source on GitHub ↗

Destruct an obfuscated string by first erasing its content.

Source from the content-addressed store, hash-verified

67
68 /// Destruct an obfuscated string by first erasing its content.
69 constexpr ~ObfuscatedString() noexcept { erase(); }
70
71 /// Implicit conversion to a pointer to (const) characters, like a regular string.
72 operator const char* () noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected