Home
last modified time | relevance | path

Searched defs:is_on_next_of (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observer.hpp115 struct is_on_next_of struct
117 struct not_void {};
123 typedef decltype(check<T, rxu::decay_t<F>>(0)) detail_result;
124 static const bool value = std::is_same<detail_result, void>::value;