Result

Undocumented in source.

Constructors

this
this(P p)
Undocumented in source.

Members

Aliases

V
alias V = Variant!(Cancelled, Exception, T)
Undocumented in source.

Functions

assumeOk
auto assumeOk()
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get()
Undocumented in source. Be warned that the author may not have intended to support it.
isCancelled
bool isCancelled()
Undocumented in source. Be warned that the author may not have intended to support it.
isError
bool isError()
Undocumented in source. Be warned that the author may not have intended to support it.
isOk
bool isOk()
Undocumented in source. Be warned that the author may not have intended to support it.
value
auto value()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

result
V result;
Undocumented in source.

Meta