template struct Decl { }; template <> struct Decl { typedef int Type; }; template <> struct Decl { typedef double Type; }; template <> struct Decl { typedef double Type; }; template <> struct Decl { typedef double Type; };