Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-meta.hh317 using hb_is_copy_constructible = hb_is_constructible<T, hb_add_lvalue_reference<hb_add_const<T>>>; typedef
318 #define hb_is_copy_constructible(T) hb_is_copy_constructible<T>::value macro
361 using hb_is_trivially_copy_constructible= hb_is_copy_constructible<hb_trivial<T>>;
387 (!hb_is_copy_constructible (T) || hb_is_trivially_copy_constructible (T)) &&