Variable ConvertorContext.container

Underlying container that is configured

struct ConvertorContext
{
  // ...
  T container ;
  // ...
}