Searched refs:is_operator (Results 1 – 3 of 3) 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
78 …typename std::conditional<rxs::is_source<SOF>::value || rxo::is_operator<SOF>::value, rxs::tag_sou… in dynamic_observable()532 …static_assert(rxo::is_operator<source_operator_type>::value || rxs::is_source<source_operator_type…
223 CallExpression(SourcePosition pos, std::string callee, bool is_operator, in CallExpression()229 is_operator(is_operator), in CallExpression()233 bool is_operator; member