6 #if !defined(RXCPP_RX_SOURCES_HPP) 7 #define RXCPP_RX_SOURCES_HPP 26 static typename C::source_tag* check(
int);
28 static void check(...);
30 static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)),
tag_source*>::value;
34 namespace rxs=sources;
Definition: rx-all.hpp:26
Returns an observable that emits a sequential integer every specified time interval, on the specified scheduler.
Definition: rx-sources.hpp:15
Definition: rx-sources.hpp:23
T value_type
Definition: rx-sources.hpp:19
Returns an observable that sends each value in the collection, on the specified scheduler.
Returns an observable that sends values in the range first-last by adding step to the previous value...
Returns an observable that executes the specified function when a subscriber subscribes to it...
tag_source source_tag
Definition: rx-sources.hpp:20
Returns an observable that sends no items to observer and immediately completes, on the specified sch...
Returns an observable that makes an observable by the specified observable factory using the resource...
Returns an observable that sends no items to observer and immediately generates an error...
Returns an observable that calls the specified observable factory to create an observable for each ne...
Definition: rx-sources.hpp:17
Returns an observable that emits an integer at the specified time point.