Searched refs:hb_is_trivially_copy_constructible (Results 1 – 1 of 1) sorted by relevance
206 #define hb_is_trivially_copy_constructible(T) __has_trivial_copy_constructor(T) macro212 #define hb_is_trivially_copy_constructible(T) std::is_trivially_copy_constructible<T>::value macro