System.TVariantT
C++
template <class T, bool CLEANUP> class TVariantT;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | sysvari.h | System | System |
Description
General purpose VARIANT wrapper.
TVariantT is a template class to support VARIANTs.
Template parameters are described in the following table:
Parameter | Description |
---|---|
T | Must be a VARIANT or derived from VARIANT. |
CLEANUP | If True, the destructor empties this variant object.
|