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
Move constructor
Declared in <llvm/CodeGen/LiveRegMatrix.h>
constexpr
LiveRegMatrix(LiveRegMatrix&& Other) = default;
Name |
Description |
Other |
The object to move construct from |
Created with MrDocs