Searched defs:PrintTag (Results 1 – 1 of 1) sorted by relevance
28 template<typename T> struct PrintTag { typedef PrintScalarTag type; }; struct29 template<> struct PrintTag<const void *> { typedef PrintPointerTag type; }; struct