MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / operator()

Method operator()

src/rpp/rpp/utils/functors.hpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 struct rethrow_error_t
54 {
55 [[noreturn]] void operator()(const std::exception_ptr& err) const noexcept { std::rethrow_exception(err); }
56 };
57
58 struct equal_to

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected