# DiContextFactory

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

### ***createContext \<T, AUX  = void>***

creates the DI context

| Input      |                                                                                                                                       |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| contextDef | <p><strong>Type:</strong>  <code>DiContextDef\<T> </code><em><code>required</code></em></p><p>context definition</p>                  |
| aux        | <p><strong>Type:</strong>  <code>DiContextDef\<AUX> </code><em><code>optional</code></em></p><p>auxiliary dependencies definition</p> |

| Returns |   |
| ------- | - |
| T & AUX |   |
