5 #if !defined(RXCPP_SOURCES_RX_NEVER_HPP) 6 #define RXCPP_SOURCES_RX_NEVER_HPP 8 #include "../rx-includes.hpp" 30 struct never :
public source_base<T>
32 template<
class Subscriber>
33 void on_subscribe(Subscriber)
const {
Definition: rx-all.hpp:26
auto never() -> observable< T, detail::never< T >>
Definition: rx-never.hpp:42
a source of values. subscribe or use one of the operator methods that return a new observable...
Definition: rx-observable.hpp:510