excel-d v0.2.13 (2017-09-11T12:28:04Z)
Dub
Repo
isSupportedFunction
xlld
traits
Undocumented in source.
template
isSupportedFunction (
alias
F
T
...
) {
import
std
.
traits
:
isSomeFunction
,
ReturnType
,
Parameters
,
functionAttributes
,
FunctionAttribute
;
;
import
std
.
traits
:
isSomeFunction
,
ReturnType
,
Parameters
,
functionAttributes
,
FunctionAttribute
;
;
import
std
.
traits
:
isSomeFunction
,
ReturnType
,
Parameters
,
functionAttributes
,
FunctionAttribute
;
;
import
std
.
traits
:
isSomeFunction
,
ReturnType
,
Parameters
,
functionAttributes
,
FunctionAttribute
;
;
import
std
.
traits
:
isSomeFunction
,
ReturnType
,
Parameters
,
functionAttributes
,
FunctionAttribute
;
;
import
std
.
meta
:
AliasSeq
,
allSatisfy
;
;
import
std
.
meta
:
AliasSeq
,
allSatisfy
;
;
import
std
.
typecons
:
Tuple
;
;
enum
canGetPointerToIt
;
eponymoustemplate
isOneOfSupported
(U)
;
static if
(
canGetPointerToIt
)
static if
(
isSomeFunction!F
)
enum
isSupportedFunction
;
static if
(
canGetPointerToIt
)
static if
(!(
isSomeFunction!F
))
enum
isSupportedFunction
;
static if
(!(
canGetPointerToIt
))
enum
isSupportedFunction
;
}
Members
Enums
isOneOfSupported
eponymoustemplate
isOneOfSupported
(U)
Undocumented in source.
Manifest constants
canGetPointerToIt
enum
canGetPointerToIt
;
Undocumented in source.
isSupportedFunction
enum
isSupportedFunction
;
Undocumented in source.
isSupportedFunction
enum
isSupportedFunction
;
Undocumented in source.
isSupportedFunction
enum
isSupportedFunction
;
Undocumented in source.
Meta
Source
See Implementation
xlld
traits
functions
FP12ToDoubleFunction
dllDefFile
doubleToDoubleFunction
generateDllDef
getAllWorksheetFunctions
getModuleWorksheetFunctions
getWorksheetFunction
implGetWorksheetFunctionsString
makeWorksheetFunction
operToOperFunction
mixin templates
GenerateDllDef
structs
DllDefFile
Statement
templates
isSupportedFunction