HUtilities Class Descriptions › CaString › CaString(const CaString &src)
Copy Constructor - Initializes new string with source string.
CaString
const CaString &src - value for new string
None
Example
CaString d(“My String”); CaString newString(d);
More information: