Move‐assign this dependence, transferring ownership of linked state.
Synopsis
Declared in <llvm/Analysis/DependenceAnalysis.h>
constexpr
Dependence&
operator=(Dependence&& Other) = default;
Return Value
A reference to this dependence.
Parameters
Name |
Description |
Other |
Dependence to move from. |
Created with MrDocs