Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.lib.str
.String
String
is available since version 1.0.
Prototype:
(null terminated) string String(non-null terminated string str)
Description:
Used when some string is returned by a non-Concept and non-C/C++ library that does not use null-terminated strings. This function is useful only when a null-terminated string is needed.
Return value:
Returns a null-terminated string.