#pragma once template struct TTypeWrapper; template struct TUnwrapType { typedef T Type; }; template struct TUnwrapType> { typedef T Type; };