siryul ~master (2021-06-03T17:05:54Z)
Home
Dub
Repo
hasConvertToFunc
siryul
common
Undocumented in source.
template
hasConvertToFunc (
T
alias
member
) {
static if
(
hasUDA!(member, CustomParser)
)
enum
hasConvertToFunc
;
static if
(!(
hasUDA!(member, CustomParser)
))
static if
(
is(typeof(T.toSiryulHelper!(member.stringof)))
)
enum
hasConvertToFunc
;
static if
(!(
hasUDA!(member, CustomParser)
))
static if
(!(
is(typeof(T.toSiryulHelper!(member.stringof)))
))
enum
hasConvertToFunc
;
}
Members
Manifest constants
hasConvertToFunc
enum
hasConvertToFunc
;
Undocumented in source.
hasConvertToFunc
enum
hasConvertToFunc
;
Undocumented in source.
hasConvertToFunc
enum
hasConvertToFunc
;
Undocumented in source.
Meta
Source
See Implementation
siryul
common
aliases
deserializationMethod
isSimpleList
serializationMethod
classes
DeserializeException
SerializeException
SiryulException
enums
AsBinary
AsString
DeSiryulize
DeserializationMethod
IgnoreErrors
Optional
Required
SerializationMethod
Siryulize
hasDeserializationMethod
hasSerializationMethod
isNullable
structs
CustomParser
SiryulizeAs
TimeTest
TimeTest2
templates
getConvertFromFunc
getConvertToFunc
getMemberName
hasConvertToFunc
isStaticString
isTimeType