Searched refs:PrintTag (Results 1 – 1 of 1) sorted by relevance
28 template<typename T> struct PrintTag { typedef PrintScalarTag type; }; argument29 template<> struct PrintTag<const void *> { typedef PrintPointerTag type; }; struct153 typedef typename PrintTag<typename Container::return_type>::type tag; in PrintVector()163 typedef typename PrintTag<typename Container::return_type>::type tag; in PrintArray()