Searched defs:hb_is_trivially_copyable (Results 1 – 1 of 1) sorted by relevance
203 #define hb_is_trivially_copyable(T) __has_trivial_copy(T) macro209 #define hb_is_trivially_copyable(T) std::is_trivially_copyable<T>::value macro