Searched defs:hb_priority (Results 1 – 1 of 1) sorted by relevance
71 template <unsigned Pri> struct hb_priority : hb_priority<Pri - 1> {}; struct72 template <> struct hb_priority<0> {}; struct