![]() |
FMT 1.2.0
Forest management tools for forest planning
|
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. | |
| FMTScopedSeTranslator & | operator= (const FMTScopedSeTranslator &p_rhs)=default |
| Default copy assignment operator for FMTScopedSeTranslator. | |
RAII helper that installs a structured exception translator for its scope on MSVC.
|
noexcept |
Restore the previous structured exception translator.
|
default |
Default copy constructor for FMTScopedSeTranslator.
| [in] | p_rhs | the FMTScopedSeTranslator to copy. |
|
default |
Default copy assignment operator for FMTScopedSeTranslator.
| [in] | p_rhs | the FMTScopedSeTranslator to copy. |