Home
last modified time | relevance | path

Searched refs:_hb_is_destructible (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-meta.hh297 struct _hb_is_destructible : hb_false_type {}; struct
299 struct _hb_is_destructible<T, hb_void_t<decltype (hb_declval (T).~T ())>> : hb_true_type {}; struct
301 using hb_is_destructible = _hb_is_destructible<T, void>;