Listing 3


  struct MyStruct { };
  a = MyStruct();
  cout << "the type currently held is a " << a.type().name() << endl;