Searched defs:hb_is_trivially_move_constructible (Results 1 – 1 of 1) sorted by relevance
365 using hb_is_trivially_move_constructible= hb_is_move_constructible<hb_trivial<T>>; typedef366 #define hb_is_trivially_move_constructible(T) hb_is_trivially_move_constructible<T>::value macro