TargetCPP.typeMangle

Gets vendor-specific type mangling for C++ ABI.

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

Parameters

t
Type: Type

type to inspect

Return Value

Type: const(char)*

string if type is mangled specially on target null if unhandled

Meta