Documentation for microsoft::quantum::OpcodeValue
microsoft::quantum::OpcodeValue
Public Functions
| Name | |
|---|---|
| OpcodeValue(String const & name, String const & fi ="") | |
| OpcodeValue() =default | |
| OpcodeValue(OpcodeValue && ) =default | |
| OpcodeValue(OpcodeValue const & ) =default | |
| OpcodeValue & | operator=(OpcodeValue && ) =default |
| OpcodeValue & | operator=(OpcodeValue const & ) =default |
| bool | operator==(OpcodeValue const & other) const |
| String & | id() |
| String const & | id() const |
| String & | predicate() |
| String const & | predicate() const |
Public Functions Documentation
function OpcodeValue
inline OpcodeValue(
String const & name,
String const & fi =""
)
function OpcodeValue
OpcodeValue() =default
function OpcodeValue
OpcodeValue(
OpcodeValue &&
) =default
function OpcodeValue
OpcodeValue(
OpcodeValue const &
) =default
function operator=
OpcodeValue & operator=(
OpcodeValue &&
) =default
function operator=
OpcodeValue & operator=(
OpcodeValue const &
) =default
function operator==
inline bool operator==(
OpcodeValue const & other
) const
function id
inline String & id()
function id
inline String const & id() const
function predicate
inline String & predicate()
function predicate
inline String const & predicate() const
Updated on 1 August 2023 at 16:25:10 UTC