MemType enumeration class
Function
MemType enumeration class, indicating the memory type.
Format
enum class MemType {
HOST_MEM = 0
};
Enumerated Values
Enumeration Name |
Description |
|---|---|
HOST_MEM |
Normal |
Parent topic: Structure and Enumeration Description