|
denigma 4.0.0
|
Classification of one logical run within an expression. More...
#include <expressions.h>
Public Member Functions | |
| template<typename T > | |
| const T * | as () const noexcept |
Returns the payload as T when it contains that type. | |
Public Attributes | |
| musx::util::EnigmaTextChunk | chunk |
| Parsed Finale text chunk represented by this run. | |
| ClassificationBasis | basis { ClassificationBasis::FallbackToGenericText } |
| Evidence used to select value. | |
| RunValue | value {} |
| Semantic payload for this run. | |
Classification of one logical run within an expression.
|
inlinenoexcept |
Returns the payload as T when it contains that type.
| T | Requested payload type. |
nullptr when the active alternative differs.