Lines Matching refs:using
149 using underlying_t = typename std::underlying_type<T>::type;
152 using int_t = typename std::conditional_t<
281 using decay = typename std::decay<T>::type;
283 using underlying = typename std::underlying_type<
285 using type_or_bool =
287 using type =
299 using lhs_underlying = typename comparison_underlying_type<Lhs>::type;
300 using rhs_underlying = typename comparison_underlying_type<Rhs>::type;
362 using LhsPassT = typename pass_value_or_ref<Lhs>::type; \
363 using RhsPassT = typename pass_value_or_ref<Rhs>::type; \