pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
Inner.IsDesiredOverload
pyd
class_wrap
OpIndexAssign
Inner
Undocumented in source.
template
Inner
(C)
static if
(
is(typeof(C.init.opIndex) == function)
)
static if
(!(
index_t.length == 0 && VOverloads.length > 1
))
static if
(!(
index_t.length == 0
))
template
IsDesiredOverload (
alias
fn
) {
static if
(
is(typeof(C.init.opIndex) == function)
)
static if
(!(
index_t.length == 0 && VOverloads.length > 1
))
static if
(!(
index_t.length == 0
))
enum
bool
IsDesiredOverload
;
}
Members
Variables
IsDesiredOverload
enum
bool
IsDesiredOverload
;
Undocumented in source.
Meta
Source
See Implementation
pyd
class_wrap
OpIndexAssign
Inner
aliases
FN
Overloads
Overloads1
VOverloads
templates
IsDesiredOverload
IsValidOverload