C++ Attributes: meta

Specifies the mutable 'meta' attribute

Syntax

[
    define_attribute = "meta",
    argument_list = {
        "",
        "meta"
    },
    help_string = "Specifies the mutable 'meta' attribute",
    usage = eAnyUsage,
    group = eCompilerGroup,
    repeatable = "true",
    shipping = "true",
    variable_args = "true"
];