Home
last modified time | relevance | path

Searched refs:_hb_is_constructible (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-meta.hh305 struct _hb_is_constructible : hb_false_type {}; struct
307 struct _hb_is_constructible<T, hb_void_t<decltype (T (hb_declval (Ts)...))>, Ts...> : hb_true_type … struct
309 using hb_is_constructible = _hb_is_constructible<T, void, Ts...>;