Getter for the referenced tag instance.
| 34 | |
| 35 | /// Getter for the referenced tag instance. |
| 36 | TagInstance *getTag() const noexcept { return TgInst; } |
| 37 | |
| 38 | /// Getter for the captured argument values. |
| 39 | const std::vector<ValVariant> &getPayload() const noexcept { return Data; } |