Class String

Inheritance Relationships

Base Type

  • public Object

Class Documentation

class String : public Object

String defines a type of string.

Public Functions

inline String()

The constructor of String.

Returns

The instance of String.

~String() override = default

The destructor of String.