checkedint v0.1.1 (2016-01-25T13:30:11Z)
Dub
Repo
isThrowingCInt
checkedint
Undocumented in source.
@
safe
template
isThrowingCInt (
T
) {
@
safe
static if
(
isCheckedInt!T
)
enum
isThrowingCInt
;
@
safe
static if
(!(
isCheckedInt!T
))
enum
isThrowingCInt
;
}
Members
Manifest constants
isThrowingCInt
enum
isThrowingCInt
;
Undocumented in source.
isThrowingCInt
enum
isThrowingCInt
;
Undocumented in source.
Meta
Source
See Implementation
checkedint
modules
flags
noex
safeop
smartop
tests
traits
enums
isCheckedInt
isSafeInt
isSmartInt
functions
to
properties
bits
bscal
idx
templates
BasicScalar
SafeInt
SmartInt
hasBitOps
isThrowingCInt