Move constructor
Synopsis
Declared in <llvm/Analysis/DependenceAnalysis.h>
constexpr
Dependence(Dependence&& other) = default;
Parameters
Name |
Description |
other |
The object to move construct from |
Created with MrDocs
Move constructor
Declared in <llvm/Analysis/DependenceAnalysis.h>
constexpr
Dependence(Dependence&& other) = default;
Name |
Description |
other |
The object to move construct from |
Created with MrDocs