Searched refs:hb_remove_reference (Results 1 – 2 of 2) sorted by relevance
540 template <typename T> struct hb_remove_reference { typedef T value; }; struct541 template <typename T> struct hb_remove_reference<T &> { typedef T value; }; struct542 #define hb_remove_reference(T) hb_remove_reference<T>::value macro
115 typedef typename hb_remove_const (typename hb_remove_reference (QType)) Type;164 typedef typename hb_remove_const (typename hb_remove_reference (QType)) Type;