aedi v0.2.0 (2017-03-08T09:57:04Z)
Dub
Repo
canFactoryGenericFactory.checker
aermicioi
aedi
configurer
annotation
component_scan
canFactoryGenericFactory
Undocumented in source.
template
canFactoryGenericFactory
(T, Z)
static if
(
hasMember!(T, "factory")
)
alias
checker
=
templateOr
!(
chain
!(
partialPrefixed
!(
isDerived
,
ReturnType
!(
factory
!
Z
)),
chain
!(
GenericFactory
,
Wrapper
)),
chain
!(
partialPrefixed
!(
isDerived
,
ReturnType
!(
factory
!
Z
)),
GenericFactory
))
Meta
Source
See Implementation
aermicioi
aedi
configurer
annotation
component_scan
canFactoryGenericFactory
aliases
checker
factory
variables
canFactoryGenericFactory