notnull

Undocumented in source.

Members

Classes

NullPointerException
class NullPointerException

Thrown if nnL gets passed a pointer that is null.

Functions

makeNull
T makeNull(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
makeNull
T makeNull(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
nnL
T nnL(T* ptr, string file, size_t line)

Returns a reference to the object the passed pointer points to. If ptr is null a NullPointerException is thrown.

Structs

Null
struct Null(T, Exp...)
Undocumented in source.

Meta