/** * Represents the construction of an array type, such as "float[5](x, y, z, w, 1)".
*/ class ConstructorArray final : public MultiArgumentConstructor { public: inlinestatic constexpr Kind kIRNodeKind = Kind::kConstructorArray;
// ConstructorArray::Convert will typecheck and create array-constructor expressions. // Reports errors via the ErrorReporter; returns null on error. static std::unique_ptr<Expression> Convert(const Context& context,
Position pos, const Type& type,
ExpressionArray args);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.