FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Exception::FMTScopedSeTranslator Class Reference

RAII helper that installs a structured exception translator for its scope on MSVC. More...

#include <FMTScopedSeTranslator.h>

Public Member Functions

 ~FMTScopedSeTranslator () noexcept
 Restore the previous structured exception translator.
 
 FMTScopedSeTranslator (const FMTScopedSeTranslator &p_rhs)=default
 Default copy constructor for FMTScopedSeTranslator.
 
FMTScopedSeTranslatoroperator= (const FMTScopedSeTranslator &p_rhs)=default
 Default copy assignment operator for FMTScopedSeTranslator.
 

Detailed Description

RAII helper that installs a structured exception translator for its scope on MSVC.

Constructor & Destructor Documentation

◆ ~FMTScopedSeTranslator()

Exception::FMTScopedSeTranslator::~FMTScopedSeTranslator ( )
noexcept

Restore the previous structured exception translator.

◆ FMTScopedSeTranslator()

Exception::FMTScopedSeTranslator::FMTScopedSeTranslator ( const FMTScopedSeTranslator p_rhs)
default

Default copy constructor for FMTScopedSeTranslator.

Parameters
[in]p_rhsthe FMTScopedSeTranslator to copy.

Member Function Documentation

◆ operator=()

FMTScopedSeTranslator & Exception::FMTScopedSeTranslator::operator= ( const FMTScopedSeTranslator p_rhs)
default

Default copy assignment operator for FMTScopedSeTranslator.

Parameters
[in]p_rhsthe FMTScopedSeTranslator to copy.
Returns
a reference to this FMTScopedSeTranslator.

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