chsvlib
chsv helper source code
code_based_exception< exception_code > Struct Template Reference

Defines a nested type alias to a chsvlib exception depending on the chsvlib error code. More...

#include <chsvexception.h>

Public Types

typedef selected_exception_type type
 An exception class which corresponds to the error code exception_code.
 

Detailed Description

template<chsverror_t exception_code>
struct Chusov::Exceptions::code_based_exception< exception_code >

Defines a nested type alias to a chsvlib exception depending on the chsvlib error code.

Template Parameters
exception_codeAn error code to map to the exception type.
See also
code_based_exception_t A template type alias which resolves to typename code_based_exception<exception_code>::type.

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