13#include <rpp/sources/create.hpp>
14#include <rpp/sources/fwd.hpp>
15#include <rpp/utils/constraints.hpp>
17IMPLEMENTATION_FILE(never_tag);
19namespace rpp::observable
33template<constra
int::decayed_type Type>
34auto never()
requires rpp::details::is_header_included<rpp::details::never_tag, Type>
36 return create<Type>([](
const auto&) { });
auto never()
Creates rpp::specific_observable that emits no items and does not terminate.
Definition: never.hpp:31