Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ never
Function
never
src/rpp/rpp/sources/never.hpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
*/
48
template<constraint::decayed_type Type>
49
auto never()
50
{
51
return never_observable<Type>{};
52
}
53
} // namespace rpp::source
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected