CppModuleX.dtor

Virtual d'tor.

mixin template CppModuleX()
@safe
dtor
(
Flag!"isVirtual" isVirtual
,
string class_name
)

Parameters

isVirtual
Type: Flag!"isVirtual"

if evaluated to true prepend with virtual.

class_name
Type: string

name of the class to create a d'tor for.

Examples

dtor(Yes.isVirtual, "Foo");

Meta