Searched defs:ptr_traits (Results 1 – 1 of 1) sorted by relevance
36 template<typename T> struct ptr_traits { struct37 typedef T *type;57 template<> struct ptr_traits<bool> { struct58 typedef bool &type;