TargetCPP.typeInfoMangle

Get RTTI mangling of the given class declaration for C++ ABI.

struct TargetCPP
extern (C++)
const(char)*
typeInfoMangle

Parameters

cd ClassDeclaration

class with C++ linkage

Return Value

Type: const(char)*

string mangling of C++ typeinfo

Suggestion Box / Bug Report