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