autowrap v0.4.4 (2019-08-22T08:50:35Z)
Dub
Repo
isSupportedType
autowrap
csharp
common
Undocumented in source.
package
template
isSupportedType (
T
) {
import
std
.
range
.
primitives
:
ElementType
;
;
import
std
.
traits
:
isBoolean
,
isDynamicArray
,
isIntegral
,
isSomeChar
,
TemplateOf
,
Unqual
;
;
import
std
.
traits
:
isBoolean
,
isDynamicArray
,
isIntegral
,
isSomeChar
,
TemplateOf
,
Unqual
;
;
import
std
.
traits
:
isBoolean
,
isDynamicArray
,
isIntegral
,
isSomeChar
,
TemplateOf
,
Unqual
;
;
import
std
.
traits
:
isBoolean
,
isDynamicArray
,
isIntegral
,
isSomeChar
,
TemplateOf
,
Unqual
;
;
import
std
.
traits
:
isBoolean
,
isDynamicArray
,
isIntegral
,
isSomeChar
,
TemplateOf
,
Unqual
;
;
import
std
.
traits
:
isBoolean
,
isDynamicArray
,
isIntegral
,
isSomeChar
,
TemplateOf
,
Unqual
;
;
package
static if
(
isIntegral!T || isBoolean!T || isSomeChar!T || is(Unqual!T == float) || is(Unqual!T == double) || is(T == void)
)
enum
isSupportedType
;
alias
E
=
ElementType
!
T
;
package
static if
(!(
isIntegral!T || isBoolean!T || isSomeChar!T || is(Unqual!T == float) || is(Unqual!T == double) || is(T == void)
))
static if
(
isDynamicArray!T
)
enum
isSupportedType
;
package
static if
(!(
isIntegral!T || isBoolean!T || isSomeChar!T || is(Unqual!T == float) || is(Unqual!T == double) || is(T == void)
))
static if
(!(
isDynamicArray!T
))
static if
(
is(T == struct) || is(T == class) || is(T == interface)
)
enum
isSupportedType
;
package
static if
(!(
isIntegral!T || isBoolean!T || isSomeChar!T || is(Unqual!T == float) || is(Unqual!T == double) || is(T == void)
))
static if
(!(
isDynamicArray!T
))
static if
(!(
is(T == struct) || is(T == class) || is(T == interface)
))
enum
isSupportedType
;
}
Members
Aliases
E
alias
E
=
ElementType
!
T
Undocumented in source.
Manifest constants
isSupportedType
enum
isSupportedType
;
Undocumented in source.
isSupportedType
enum
isSupportedType
;
Undocumented in source.
isSupportedType
enum
isSupportedType
;
Undocumented in source.
isSupportedType
enum
isSupportedType
;
Undocumented in source.
Meta
Source
See Implementation
autowrap
csharp
common
enums
isDateTimeArrayType
isDateTimeType
functions
camelToPascalCase
getDLangInterfaceName
getDLangSliceInterfaceName
structs
LibraryName
OutputFileName
RootNamespace
templates
isSupportedType
numDefaultArgs
verifySupported
variables
excludedMethods