Searched defs:RemoveConst (Results 1 – 3 of 3) sorted by relevance
49 template <class T> struct RemoveConst { typedef T type; }; struct