AscendString Constructor and Destructor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Constructs and destructs an object of class AscendString.
Prototype
1 2 3 4 | AscendString() = default ~AscendString() = default AscendString(const char * const name) AscendString(const char * const name, size_t length) |
Command-Line Options
None
Returns
Object of class AscendString.
Troubleshooting
None
Constraints
None
Parent topic: Class AscendString