MCPcopy Create free account
hub / github.com/RenderKit/embree / throw_exception

Function throw_exception

tutorials/external/catch.hpp:3474–3477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3472#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
3473 template <typename Ex>
3474 [[noreturn]]
3475 void throw_exception(Ex const& e) {
3476 throw e;
3477 }
3478#else // ^^ Exceptions are enabled // Exceptions are disabled vv
3479 [[noreturn]]
3480 void throw_exception(std::exception const& e);

Callers 2

FilterGeneratorMethod · 0.85
ChunkGeneratorMethod · 0.85

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected