FactoryFunc<T> typedef

T FactoryFunc ()

Signature of the factory function used by normal factories

Implementation

typedef FactoryFunc<T> = T Function();