13#include <rpp/sources/create.hpp>
14#include <rpp/sources/fwd.hpp>
15#include <rpp/utils/constraints.hpp>
17IMPLEMENTATION_FILE(empty_tag);
19namespace rpp::observable
34template<constra
int::decayed_type Type>
35auto empty()
requires rpp::details::is_header_included<rpp::details::empty_tag, Type>
37 return create<Type>([](
const auto& sub)
auto empty()
Creates rpp::specific_observable that emits no items but terminates normally.
Definition: empty.hpp:32