Searched defs:remove_pointer (Results 1 – 2 of 2) sorted by relevance
41 template<typename T> struct remove_pointer { typedef T type; }; struct