Searched defs:hb_is_constructible (Results 1 – 1 of 1) sorted by relevance
309 using hb_is_constructible = _hb_is_constructible<T, void, Ts...>; typedef310 #define hb_is_constructible(...) hb_is_constructible<__VA_ARGS__>::value macro