MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / STDEXEC_CATCH

Function STDEXEC_CATCH

test/test_common/receivers.hpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 std::rethrow_exception(eptr);
341 }
342 STDEXEC_CATCH(std::exception const & e)
343 {
344 return {typeid(e), e.what()};
345 }
346 STDEXEC_CATCH_ALL
347 {
348 return {typeid(void), "<unknown>"};

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected