dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Inherit.opDispatch
dlib
core
oop
Inherit
Undocumented in source.
T
opDispatch
[@property setter]
template
opDispatch
(string s)
@
property
ref
static if
(
hasMethod!(typeof(_parent[e]), s)
)
auto ref
opDispatch
(
T
...
)
(
T
params
)
auto ref
opDispatch
[@property getter]
T
opDispatch
[@property setter]
Members
Manifest constants
e
enum
e
;
Undocumented in source.
Properties
opDispatch
T
opDispatch
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto ref
opDispatch
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
T
opDispatch
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dlib
core
oop
Inherit
aliases
_parentTypeTuple
templates
opDispatch
variables
_parent