summaryrefslogtreecommitdiff
path: root/core/variant_internal.h
AgeCommit message (Collapse)Author
2020-09-02Add VariantInternal classGeorge Marques
This is used to get a direct pointer for the data inside a Variant. Added as another class instead of in Variant directly because this should only be used in special cases, so use must be explicit.