nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
isOpApplyDg
nwnlibd
orderedaa
Undocumented in source.
template
isOpApplyDg (
DG
KEY
VALUE
) {
import
std
.
traits
;
;
static if
(
is(DG == delegate) && is(ReturnType!DG : int)
)
static if
(
PTT.length == 1
)
enum
isOpApplyDg
;
static if
(
is(DG == delegate) && is(ReturnType!DG : int)
)
static if
(!(
PTT.length == 1
))
static if
(
PTT.length == 2
)
enum
isOpApplyDg
;
static if
(
is(DG == delegate) && is(ReturnType!DG : int)
)
static if
(!(
PTT.length == 1
))
static if
(!(
PTT.length == 2
))
enum
isOpApplyDg
;
static if
(!(
is(DG == delegate) && is(ReturnType!DG : int)
))
enum
isOpApplyDg
;
}
Members
Manifest constants
isOpApplyDg
enum
isOpApplyDg
;
Undocumented in source.
isOpApplyDg
enum
isOpApplyDg
;
Undocumented in source.
isOpApplyDg
enum
isOpApplyDg
;
Undocumented in source.
isOpApplyDg
enum
isOpApplyDg
;
Undocumented in source.
Meta
Source
See Implementation
nwnlibd
orderedaa
structs
OrderedAA
templates
isOpApplyDg