Searched defs:is_operator (Results 1 – 2 of 2) sorted by relevance
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
233 bool is_operator; member