The [[fallthrough]] attribute (C++17): an intentional switch fall‐through.

Synopsis

Declared in <mrdocs/Metadata/Attribute/FallthroughAttribute.hpp>

struct FallthroughAttribute final
    : AttributeCommonBase<AttributeKind::Fallthrough>

Base Classes

Name

Description

AttributeCommonBase<AttributeKind::Fallthrough>

CRTP base that ties a concrete attribute to a fixed AttributeKind.

Static Member Functions

Static Data Members

Name

kind_id

Created with MrDocs