9#ifndef DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_ERRORS_TRAITS_ISFATAL_HPP
10#define DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_ERRORS_TRAITS_ISFATAL_HPP
24 template<ErrorSeverity Severity>
39 template<ErrorSeverity Severity>
Definition fatalException.hpp:20
ErrorSeverity
Definition errorTypes.hpp:22
@ Fatal
Describes the severity of a fatal, non-recoverable error.
Definition errorTypes.hpp:24
constexpr bool is_fatal_v
Convenience variable template for ease-of-use.
Definition isFatal.hpp:40
Definition isFatal.hpp:26