DtorTestValue

A test struct that tracks the execution of its destructor, for use in testing.

version(unittest)
struct DtorTestValue {}

Destructor

~this
~this()
Undocumented in source.

Members

Static variables

dtorCount
int dtorCount;
Undocumented in source.

Variables

n
int n;
Undocumented in source.

Meta