Nullable

Undocumented in source.

Constructors

this
this(T val)
Undocumented in source.
this
this(NULL val)
Undocumented in source.

Alias This

value

Members

Functions

nullify
void nullify()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(L lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(L lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
A opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
A opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
auto opEquals(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
auto opEquals(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
unnullify
void unnullify()
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

opDispatch
template opDispatch(string member)
Undocumented in source.

Variables

ptr
T* ptr;
Undocumented in source.
value
T value;
Undocumented in source.

Meta