Table of Contents

Constructor Triple

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

Triple(string)

Initializes a new instance of the Triple class from a triple string

public Triple(string tripleTxt)

Parameters

tripleTxt string

Triple string to parse

Remarks

The tripleTxt string is normalized before parsing to allow for common non-canonical forms of triples.