Skip to content

AstValueAttribute::AstValueAttribute

Constructors

Synopses

Declared in <src/midend/astProcessing/AstAttributeMechanism.h>

Default constructor. Constructs an attribute wrapper having a default‐constructed value.

Copy constructor. Invokes the copy‐constructor of the contained value.

Constructs an attribute containing a specified value.

explicit
AstValueAttribute(T const& value);

Created with MrDocs