Arg

Represents a single function parameter, including name and value, upon which all validation is performed.

Constructors

this
this()

Default construction is not allowed.

Members

Functions

paramName
string paramName()
Undocumented in source. Be warned that the author may not have intended to support it.
throwWith
void throwWith(string msg, string file, size_t line)

Throws an EnsureException for the current parameter with the given message.

value
T value()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Tony J. Hudgins