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

Method registerTranslator

tutorials/external/catch.hpp:8598–8600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8596 }
8597
8598 void ExceptionTranslatorRegistry::registerTranslator( const IExceptionTranslator* translator ) {
8599 m_translators.push_back( std::unique_ptr<const IExceptionTranslator>( translator ) );
8600 }
8601
8602#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
8603 std::string ExceptionTranslatorRegistry::translateActiveException() const {

Callers 2

registerTranslatorMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected