checkedint.noex

Modules

safeop
module checkedint.noex.safeop
smartop
module checkedint.noex.smartop

Public Imports

checkedint.flags
public import checkedint.flags;
checkedint
public import checkedint : isSafeInt, isSmartInt, isCheckedInt, hasBitOps, isThrowingCInt, BasicScalar;
checkedint
public import checkedint : bscal, bits, idx;
safeOp
public import safeOp = checkedint.noex.safeop;
smartOp
public import smartOp = checkedint.noex.smartop;

Members

Functions

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

Templates

SafeInt
template SafeInt(N, bool bitOps = true, bool throws = false)
Undocumented in source.
SmartInt
template SmartInt(N, bool bitOps = true, bool throws = false)
Undocumented in source.

Meta

License

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

Authors

Thomas Stuart Bockman