Searched defs:hb_is_default_constructible (Results 1 – 1 of 1) sorted by relevance
313 using hb_is_default_constructible = hb_is_constructible<T>; typedef314 #define hb_is_default_constructible(T) hb_is_default_constructible<T>::value macro