slang::syntax::ArgumentSyntax struct
#include <AllSyntax.h>

Concrete syntax definition for an Argument.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct EmptyArgumentSyntax
Concrete syntax definition for an EmptyArgument.
struct NamedArgumentSyntax
Concrete syntax definition for a NamedArgument.
struct OrderedArgumentSyntax
Concrete syntax definition for an OrderedArgument.

Public static functions

static auto isKind(SyntaxKind kind) -> bool
Returns true if the provided syntax kind is represented by this type.

Constructors, destructors, conversion operators

ArgumentSyntax(SyntaxKind kind)
Constructs a new instance of the ArgumentSyntax struct.
ArgumentSyntax(const ArgumentSyntax&) defaulted explicit
Copy constructor.