AstValueAttribute::AstValueAttribute
Constructs an attribute containing a specified value.
Synopsis
Declared in <src/midend/astProcessing/AstAttributeMechanism.h>
explicit
AstValueAttribute(T const& value);
Parameters
Name |
Description |
value |
The object to copy construct from |
Created with MrDocs