|
CIRCT 22.0.0git
|
Literal string formatting options. More...
#include <FmtDescriptor.h>

Public Attributes | |
| int64_t | width |
| The width of the literal string in characters. | |
Literal string formatting options.
Definition at line 137 of file FmtDescriptor.h.
| int64_t circt::arc::runtime::FmtDescriptor::LiteralFmt::width |
The width of the literal string in characters.
Note that the string itself is passed as a variadic argument, and may contain NUL characters.
Definition at line 140 of file FmtDescriptor.h.
Referenced by arcRuntimeIR_format(), and circt::arc::runtime::FmtDescriptor::createLiteral().