Member Function
String
Constructor
The
String
class provides the default constructor and copy constructor. Additionally, you can construct a string from any sequence.
String::String()
String::String(other)
String::String(seq)
Parameters
other
Another
String
object of the same type.
seq