TargetCPP.typeMangle

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

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

Parameters

t Type

type to inspect

Return Value

Type: const(char)*

string if type is mangled specially on target null if unhandled

Suggestion Box / Bug Report