Elements  6.2
A C++ base framework for the Euclid Software.
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 135 of file Exception.h.


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