Searched defs:priority_tag (Results 1 – 3 of 3) sorted by relevance
30 struct priority_tag : priority_tag<I - 1> {}; struct
3234 template<unsigned N> struct priority_tag : priority_tag < N - 1 > {}; struct3235 template<> struct priority_tag<0> {}; struct
3094 template<unsigned N> struct priority_tag : priority_tag < N - 1 > {}; struct3095 template<> struct priority_tag<0> {}; struct