AscendString Constructor and Destructor
Description
Constructs or destructs an object of AscendString.
Prototype
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
Restrictions
None
Parent topic: AscendString