Result

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(V value)
Undocumented in source.
this
this(V value, string msg, string file, size_t line)
Undocumented in source.
this
this(string msg, string file, size_t line)
Undocumented in source.
this
this(Except e)
Undocumented in source.

Members

Functions

error
bool error()
Undocumented in source. Be warned that the author may not have intended to support it.
get
V get()
Undocumented in source. Be warned that the author may not have intended to support it.
msg
string msg()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

e
Except e;
Undocumented in source.
value
V value;
Undocumented in source.

Meta