DiContextFactory
Conan Factory to create the context to use for Dependency injection.
createContext <T, AUX = void>
creates the DI context
Last updated
Conan Factory to create the context to use for Dependency injection.
creates the DI context
Last updated
Input
contextDef
Type: DiContextDef<T>
required
context definition
aux
Type: DiContextDef<AUX>
optional
auxiliary dependencies definition
Returns
T & AUX