mrdocs::Attribute::Name

The attribute name as it appears in the standard form.

Synopsis

std::string Name;

Description

For recognized attributes this is the normalized spelling (e.g. deprecated, no_unique_address). For unrecognized attributes (the Other kind) it is the spelling as written, including any scope (e.g. gnu::custom).

Created with MrDocs