An iterator for expression operands.
Synopsis
Declared in <llvm/IR/DebugInfoMetadata.h>
class expr_op_iterator;
Type Aliases
Name |
Description |
Standard iterator difference type. |
|
Standard iterator category. |
|
Standard iterator pointer type. |
|
Standard iterator reference type. |
|
Standard iterator value type. |
Member Functions
Name |
Description |
|
Constructors |
Return the base. |
|
Get the next iterator. |
|
Dereference this iterator. |
|
Advance this iterator. |
|
Access the operand through this iterator. |
|
Return true if the two values compare equal. |
|
Return true if the two values compare unequal. |
Created with MrDocs