FeatureMemory Constructor and Destructor
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/ge_feature_memory.h>
- Library file: libge_compiler.so
Function Usage
Constructs and destructs an object of class FeatureMemory.
Prototype
1 2 3 | ~FeatureMemory() FeatureMemory &operator=(const FeatureMemory &) & = delete FeatureMemory(const FeatureMemory &) = delete |
Parameters
None
Returns
None
Constraints
None
Parent topic: FeatureMemory