Move constructor

Synopsis

Declared in <llvm/CodeGen/LiveRegMatrix.h>

constexpr
LiveRegMatrix(LiveRegMatrix&& Other) = default;

Parameters

Name

Description

Other

The object to move construct from

Created with MrDocs