mrdocs::MaybeUnusedAttribute
The [[maybe_unused]] attribute (C++17): suppresses unused‐entity warnings.
Synopsis
struct MaybeUnusedAttribute final
: AttributeCommonBase<AttributeKind::MaybeUnused>
Base Classes
Name |
Description |
CRTP base that ties a concrete attribute to a fixed AttributeKind. |
Static Data Members
Name |
Created with MrDocs