Home
last modified time | relevance | path

Searched refs:has_on_subscribe_for (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp21 struct has_on_subscribe_for struct
505 …static_assert(detail::has_on_subscribe_for<subscriber_type, source_operator_type>::value, "inner m… in detail_subscribe()