Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ empty
Function
empty
src/rpp/rpp/sources/empty.hpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
*/
50
template<constraint::decayed_type Type>
51
auto empty()
52
{
53
return empty_observable<Type>{};
54
}
55
} // namespace rpp::source
Callers
14
switch_on_next_state_t
Class · 0.85
composite_dispose_impl
Method · 0.85
add_ref
Method · 0.85
disposable_wrapper_impl
Class · 0.85
subscribe_with_disposable
Method · 0.85
state_t
Class · 0.85
on_subscribe
Method · 0.85
connect
Method · 0.85
state_t
Class · 0.85
test_observers.cpp
File · 0.85
test_disposables.cpp
File · 0.85
test_scheduler.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected