siryul v0.5.3 (2019-05-05T18:19:35Z)
Home
Dub
Repo
getConvertFromFunc.getConvertFromFunc
siryul
common
getConvertFromFunc
Undocumented in source.
alias
getConvertFromFunc
=
AliasSeq
!(
__traits
(
getMember
,
T
,
getUDAs
!(
member
,
CustomParser
)[
0
].
fromFunc
))[
0
]
alias
getConvertFromFunc
=
T
.
fromSiryulHelper
!(
member
.
stringof
)
template
getConvertFromFunc
(T, alias member)
package
static if
(!(
hasUDA!(member, CustomParser)
))
static if
(
is(typeof(T.fromSiryulHelper!(member.stringof)))
)
alias
getConvertFromFunc
=
T.fromSiryulHelper
!(
member.stringof
)
Meta
Source
See Implementation
siryul
common
getConvertFromFunc
aliases
getConvertFromFunc