numem ~master (2025-12-14T08:31:01.1033613)
Dub
Repo
TestCPPClass
ut
lifetime
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++)
class
TestCPPClass {
@
nogc
int
value
;
this
(int value);
~this
();
}
Constructors
this
this
(int value)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
value
int
value
;
Undocumented in source.
Meta
Source
See Implementation
ut
lifetime
classes
SubClass
TestCPPClass
TestClass
structs
TestCPPStruct
TestStruct
ValueT