Table of Contents

Operator implicit operator

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

implicit operator string(Triple?)

Implicitly converts a triple to a string

public static implicit operator string(Triple? triple)

Parameters

triple Triple

Triple to convert

Returns

string

Triple as a string or Empty if triple is null

implicit operator LazyEncodedString(Triple?)

Implicitly converts a triple to a LazyEncodedString

public static implicit operator LazyEncodedString(Triple? triple)

Parameters

triple Triple

Triple to convert

Returns

LazyEncodedString

Triple as a string or Empty if triple is null