Searched defs:hb_is_trivially_destructible (Results 1 – 1 of 1) sorted by relevance
348 using hb_is_trivially_destructible= hb_is_destructible<hb_trivial<T>>; typedef349 #define hb_is_trivially_destructible(T) hb_is_trivially_destructible<T>::value macro