Searched defs:static_assert_expr (Results 1 – 2 of 2) sorted by relevance
57 template <> struct static_assert_expr<true> : hb_false_type {}; struct58 #define static_assert_expr(C) static_assert_expr<C>::value macro
54 template <> struct static_assert_expr<true> : hb_false_type {}; struct55 #define static_assert_expr(C) static_assert_expr<C>::value macro