#ifndef INCLUDED_TYPETYPE_H_ #define INCLUDED_TYPETYPE_H_ template struct TypeType { using Type = TemplateType; }; #endif