NotNullPtr

Undocumented in source.

Alias This

ptr

Members

Functions

opAssign
auto opAssign(T* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(MaybeNullPtr!(T, Tag) ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(MaybeNullPtr!(T, Tag2) ptr)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

Tag
auto Tag;
Undocumented in source.

Variables

ptr
T* ptr;
Undocumented in source.

Meta