ARTS 2.5.11 (git: 6827797f)
|
Status of comparing two lists that are supposedly of some type. More...
#include <quantum_numbers.h>
Public Member Functions | |
constexpr | operator bool () const noexcept |
Convert automatically to bool so exact matches are easy, non-explicit by design. | |
Public Attributes | |
CheckValue | upp {CheckValue::Full} |
CheckValue | low {CheckValue::Full} |
Status of comparing two lists that are supposedly of some type.
Level-by-level version of CheckValue
Definition at line 853 of file quantum_numbers.h.
|
inlineconstexprnoexcept |
Convert automatically to bool so exact matches are easy, non-explicit by design.
Definition at line 858 of file quantum_numbers.h.
CheckValue Quantum::Number::CheckMatch::low {CheckValue::Full} |
Definition at line 855 of file quantum_numbers.h.
Referenced by Quantum::Number::ValueList::check_match().
CheckValue Quantum::Number::CheckMatch::upp {CheckValue::Full} |
Definition at line 854 of file quantum_numbers.h.
Referenced by Quantum::Number::ValueList::check_match(), and Quantum::Number::StateMatch::StateMatch().