Elements 6.3.3
A C++ base framework for the Euclid Software.
|
Public Member Functions | |
ExitCodeHelper (const Last &last) |
Public Attributes | |
ExitCode | code |
Private Member Functions | |
template<typename T, typename std::enable_if< std::is_same< T, ExitCode >::value >::type * = nullptr> | |
ExitCode | getCode (const T &t) |
template<typename T, typename std::enable_if< not std::is_same< T, ExitCode >::value >::type * = nullptr> | |
ExitCode | getCode (const T &) |
Definition at line 131 of file Exception.h.
|
explicit |
|
private |
|
private |
ExitCode Elements::Exception::ExitCodeHelper< Last >::code |
Definition at line 133 of file Exception.h.