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