ARTS 2.5.11 (git: 6827797f)
|
Struct that converts to bool automatically but allows checking both energy levels matching status. 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 | |
bool | upp {true} |
bool | low {true} |
Struct that converts to bool automatically but allows checking both energy levels matching status.
Definition at line 608 of file quantum_numbers.h.
|
inlineconstexprnoexcept |
Convert automatically to bool so exact matches are easy, non-explicit by design.
Definition at line 613 of file quantum_numbers.h.
bool Quantum::Number::LevelMatch::low {true} |
Definition at line 610 of file quantum_numbers.h.
Referenced by Quantum::Number::ValueList::check_match().
bool Quantum::Number::LevelMatch::upp {true} |
Definition at line 609 of file quantum_numbers.h.
Referenced by Quantum::Number::ValueList::check_match(), and Quantum::Number::Value::level_match().