Home
last modified time | relevance | path

Searched defs:hb_match_reference (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-meta.hh105 template <typename T> struct hb_match_reference : hb_type_identity_t<T>, hb_bool_constant<false>{}; struct
106 template <typename T> struct hb_match_reference<T &> : hb_type_identity_t<T>, hb_bool_constant<true… struct
107 template <typename T> struct hb_match_reference<T &&> : hb_type_identity_t<T>, hb_bool_constant<tru… struct