Variable DefferredConstructionContext.context

Underlying configuration context to which actual registration is deffered.

struct DefferredConstructionContext
{
  // ...
  R context ;
  // ...
}