Elements  5.8
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Elements::Exception::ExitCodeHelper< Args > Struct Template Reference

Detailed Description

template<typename... Args>
struct Elements::Exception::ExitCodeHelper< Args >

The following class keeps in its member variable 'code' the same ExitCode given as the last parameter of its constructor, or ExitCode::NOT_OK if the last argument of the constructor is not an ExitCode object.

Definition at line 136 of file Exception.h.


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