|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <Errata.h>

Public Member Functions | |
| constexpr | Severity (severity_type n) |
| No implicit conversion from numeric. | |
| Severity (Severity const &that)=default | |
| Severity & | operator= (Severity const &that)=default |
| operator severity_type () const | |
| Implicit conversion to numeric. | |
Public Attributes | |
| severity_type | _raw |
| Severity numeric value. | |
Severity value for an instance. This provides conversion to a numeric value, but not from. The result is constructors must be passed an explicit serverity, avoiding ambiguity with other possible numeric arguments.
|
inlineexplicitconstexpr |
|
inline |
| severity_type swoc::Errata::Severity::_raw |