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