checkedint.tests.contract.smartop

Members

Aliases

binary
alias binary(N, M = void) = binary!(null, N, M)
Undocumented in source.
cmp
alias cmp(N, M = void) = cmp!(null, N, M)
Undocumented in source.
unary
alias unary(N) = unary!(null, N)
Undocumented in source.

Functions

abs
void abs()
Undocumented in source. Be warned that the author may not have intended to support it.
all
void all()
Undocumented in source. Be warned that the author may not have intended to support it.
binary
void binary()
Undocumented in source. Be warned that the author may not have intended to support it.
byPow2
void byPow2()
Undocumented in source. Be warned that the author may not have intended to support it.
cmp
void cmp()
Undocumented in source. Be warned that the author may not have intended to support it.
pow
void pow()
Undocumented in source. Be warned that the author may not have intended to support it.
unary
void unary()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.

Authors

Thomas Stuart Bockman