DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
isFatal.hpp File Reference
#include <type_traits>
#include "common-utils/errors/utils/errorTypes.hpp"

Go to the source code of this file.

Classes

struct  CppUtils::Errors::is_fatal< Severity >
 
struct  CppUtils::Errors::is_fatal< ErrorSeverity::Fatal >
 

Namespaces

namespace  CppUtils
 
namespace  CppUtils::Errors
 

Variables

template<ErrorSeverity Severity>
constexpr bool CppUtils::Errors::is_fatal_v = is_fatal<Severity>::value
 Convenience variable template for ease-of-use.