Home
last modified time | relevance | path

Searched defs:hb_is_move_constructible (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-meta.hh321 using hb_is_move_constructible = hb_is_constructible<T, hb_add_rvalue_reference<hb_add_const<T>>>; typedef
322 #define hb_is_move_constructible(T) hb_is_move_constructible<T>::value macro