[#bsl-String_ClearProctor-2constructor] = xref:bsl.adoc[bsl]::xref:bsl/String_ClearProctor.adoc[String_ClearProctor]::String_ClearProctor :relfileprefix: ../../ :mrdocs: Create a `String_ClearProctor` for the specified `stringPtr`, and set both the length of `stringPtr` to 0 and the first character of `stringPtr` to `CHAR_TYPE()`. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit String_ClearProctor(FULL_STRING_TYPE* stringPtr); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#