Searched defs:is_operator (Results 1 – 3 of 3) sorted by relevance
24 struct is_operator { }; struct
25 struct is_operator : std::false_type struct30 struct is_operator<T, rxu::types_checked_t<typename T::operator_tag>> struct38 struct is_operator : detail::is_operator<Decayed> struct
383 let is_operator = |spelling: &str| { in from_ty() localVariable