Searched defs:hb_is_trivially_copy_constructible (Results 1 – 1 of 1) sorted by relevance
361 using hb_is_trivially_copy_constructible= hb_is_copy_constructible<hb_trivial<T>>; typedef362 #define hb_is_trivially_copy_constructible(T) hb_is_trivially_copy_constructible<T>::value macro