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