ARTS 2.5.11 (git: 6827797f)
Quantum::Number::CheckMatch Struct Reference

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}
 

Detailed Description

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.

Member Function Documentation

◆ operator bool()

constexpr Quantum::Number::CheckMatch::operator bool ( ) const
inlineconstexprnoexcept

Convert automatically to bool so exact matches are easy, non-explicit by design.

Definition at line 858 of file quantum_numbers.h.

Member Data Documentation

◆ low

CheckValue Quantum::Number::CheckMatch::low {CheckValue::Full}

Definition at line 855 of file quantum_numbers.h.

Referenced by Quantum::Number::ValueList::check_match().

◆ upp

CheckValue Quantum::Number::CheckMatch::upp {CheckValue::Full}

The documentation for this struct was generated from the following file: