MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / registerTranslator

Method registerTranslator

tests/catch.hpp:8372–8374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8370 }
8371
8372 void ExceptionTranslatorRegistry::registerTranslator( const IExceptionTranslator* translator ) {
8373 m_translators.push_back( std::unique_ptr<const IExceptionTranslator>( translator ) );
8374 }
8375
8376#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
8377 std::string ExceptionTranslatorRegistry::translateActiveException() const {

Callers 2

registerTranslatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected