ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
IsSupported
ocean
util
config
ConfigFiller
Template that evaluates to true when T is a supported type
template
IsSupported (
T
) {
static immutable
static if
(
is(T : bool)
)
auto
IsSupported
;
static immutable
static if
(!(
is(T : bool)
))
static if
(
isIntegerType!(T) || isRealType!(T)
)
auto
IsSupported
;
static immutable
static if
(!(
is(T : bool)
))
static if
(!(
isIntegerType!(T) || isRealType!(T)
))
static if
(
is(ElementTypeOf!(T) U)
)
static if
(
isCharType!(U)
)
auto
IsSupported
;
static immutable
static if
(!(
is(T : bool)
))
static if
(!(
isIntegerType!(T) || isRealType!(T)
))
static if
(
is(ElementTypeOf!(T) U)
)
static if
(!(
isCharType!(U)
))
static if
(
isUTF8StringType!(U)
)
auto
IsSupported
;
static immutable
static if
(!(
is(T : bool)
))
static if
(!(
isIntegerType!(T) || isRealType!(T)
))
static if
(
is(ElementTypeOf!(T) U)
)
static if
(!(
isCharType!(U)
))
static if
(!(
isUTF8StringType!(U)
))
static if
(
isIntegerType!(U) || isRealType!(U)
)
auto
IsSupported
;
static immutable
static if
(!(
is(T : bool)
))
static if
(!(
isIntegerType!(T) || isRealType!(T)
))
static if
(
is(ElementTypeOf!(T) U)
)
static if
(!(
isCharType!(U)
))
static if
(!(
isUTF8StringType!(U)
))
static if
(!(
isIntegerType!(U) || isRealType!(U)
))
auto
IsSupported
;
static immutable
static if
(!(
is(T : bool)
))
static if
(!(
isIntegerType!(T) || isRealType!(T)
))
static if
(!(
is(ElementTypeOf!(T) U)
))
auto
IsSupported
;
}
Members
Static variables
IsSupported
auto
IsSupported
;
Undocumented in source.
IsSupported
auto
IsSupported
;
Undocumented in source.
IsSupported
auto
IsSupported
;
Undocumented in source.
IsSupported
auto
IsSupported
;
Undocumented in source.
IsSupported
auto
IsSupported
;
Undocumented in source.
IsSupported
auto
IsSupported
;
Undocumented in source.
IsSupported
auto
IsSupported
;
Undocumented in source.
Parameters
T
type to check for
Meta
Source
See Implementation
ocean
util
config
ConfigFiller
classes
SolarSystemEntity
functions
Value
defComp
enable_loose_parsing
fill
iterate
readFields
structs
ConfigIterator
LimitCmp
Max
Min
MinMax
Required
SetInfo
SolarSystemEntityStruct
templates
BaseType
IsSupported
Limit
LimitInit
WrapperStructCore
variables
config_str
Template that evaluates to true when T is a supported type