Links
Comment on page

DiContextFactory

Conan Factory to create the context to use for Dependency injection.

createContext <T, AUX = void>

creates the DI context
Input
contextDef
Type: DiContextDef<T> required
context definition
aux
Type: DiContextDef<AUX> optional
auxiliary dependencies definition
Returns
T & AUX