Searched defs:hb_is_trivially_constructible (Results 1 – 1 of 1) sorted by relevance
205 #define hb_is_trivially_constructible(T) __has_trivial_constructor(T) macro211 #define hb_is_trivially_constructible(T) std::is_trivially_constructible<T>::value macro