AscendString Constructor and Destructor
Description
Constructs or destructs an object of AscendString.
Prototype
1 2 3 4 | AscendString() = default ~AscendString() = default AscendString(const char_t *const name) AscendString(const char_t *const name, size_t length) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Name of a string. |
length |
Input |
String length. |
Returns
An AscendString object.
Exception Handling
None
Constraints
None
Parent topic: AscendString