libconfig-d ~master (2016-10-16T16:22:34Z)
Dub
Repo
scalarType
config
setting
Undocumented in source.
template
scalarType (
T
)
if
(
isScalarCandidate
!
T
) {
static if
(
is(T == bool)
)
enum
scalarType
;
static if
(!(
is(T == bool)
))
static if
(
isIntegral!T
)
enum
scalarType
;
static if
(!(
is(T == bool)
))
static if
(!(
isIntegral!T
))
static if
(
isFloatingPoint!T
)
enum
scalarType
;
static if
(!(
is(T == bool)
))
static if
(!(
isIntegral!T
))
static if
(!(
isFloatingPoint!T
))
static if
(
isSomeString!T
)
enum
scalarType
;
}
Members
Manifest constants
scalarType
enum
scalarType
;
Undocumented in source.
scalarType
enum
scalarType
;
Undocumented in source.
scalarType
enum
scalarType
;
Undocumented in source.
scalarType
enum
scalarType
;
Undocumented in source.
Meta
Source
See Implementation
config
setting
classes
AggregateSetting
ArraySetting
GroupSetting
ListSetting
ScalarSetting
Setting
enums
IntegerFormat
Type
isScalarCandidate
functions
isScalarCompatible
properties
isAggregate
isNumber
isScalar
templates
TypedSetting
scalarType