An iterator for expression operands.

Synopsis

Declared in <llvm/IR/DebugInfoMetadata.h>

class expr_op_iterator;

Type Aliases

Name

Description

difference_type

Standard iterator difference type.

iterator_category

Standard iterator category.

pointer

Standard iterator pointer type.

reference

Standard iterator reference type.

value_type

Standard iterator value type.

Member Functions

Name

Description

expr_op_iterator [constructor]

Constructors

getBase

Return the base.

getNext

Get the next iterator.

operator*

Dereference this iterator.

operator++

Advance this iterator.

operator‐>

Access the operand through this iterator.

operator==

Return true if the two values compare equal.

operator!=

Return true if the two values compare unequal.

Created with MrDocs