Searched defs:ExportedTemplateWithClosure (Results 1 – 1 of 1) sorted by relevance
53 template <typename T> struct __declspec(dllexport) ExportedTemplateWithClosure { struct54 ExportedTemplateWithClosure(int x = sizeof(T)) {} in ExportedTemplateWithClosure() function57 template <> ExportedTemplateWithClosure<int>::ExportedTemplateWithClosure(int) {}; in ExportedTemplateWithClosure() function in ExportedTemplateWithClosure