sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
accept
util
visitor
Undocumented in source. Be warned that the author may not have intended to support it.
auto
accept
(T t, V visitor)
auto
accept
(T t, V visitor)
auto
accept
(
T
V
)
(
T
t
,
V
visitor
)
if
(
(
is
(
V
== class) ||
is
(
V
== interface)
)
&&
(
is
(
T
== class) ||
is
(
T
== interface)
)
)
Meta
Source
See Implementation
util
visitor
functions
accept
dispatch