Searched refs:_hb_is_destructible (Results 1 – 1 of 1) sorted by relevance
297 struct _hb_is_destructible : hb_false_type {}; struct299 struct _hb_is_destructible<T, hb_void_t<decltype (hb_declval (T).~T ())>> : hb_true_type {}; struct301 using hb_is_destructible = _hb_is_destructible<T, void>;