Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::ExceptionTranslatorRegistrar Class Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::ExceptionTranslatorRegistrar:

Public Member Functions

template<typename T >
 ExceptionTranslatorRegistrar (std::string(*translateFunction)(T &))
 

Detailed Description

Definition at line 3021 of file catch.hpp.

Constructor & Destructor Documentation

◆ ExceptionTranslatorRegistrar()

template<typename T >
Catch::ExceptionTranslatorRegistrar::ExceptionTranslatorRegistrar ( std::string(* translateFunction )(T &))
inline

Definition at line 3052 of file catch.hpp.

References Catch::getMutableRegistryHub(), and Catch::IMutableRegistryHub::registerTranslator().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: