kblib 0.2.3
General utilities library for modern C++
Catch::ExceptionTranslatorRegistrar Class Reference

#include <catch/catch.hpp>

Public Member Functions

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

Detailed Description

Definition at line 3021 of file catch.hpp.

Constructor & Destructor Documentation

◆ ExceptionTranslatorRegistrar() [1/2]

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

Definition at line 3052 of file catch.hpp.

◆ ExceptionTranslatorRegistrar() [2/2]

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

Definition at line 3052 of file catch.hpp.


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