[#bsl-String_ClearProctor-2constructor] = xref:bsl.adoc[bsl]::xref:bsl/String_ClearProctor.adoc[String_ClearProctor]::String_ClearProctor :relfileprefix: ../../ :mrdocs: Create a proctor that clears the specified string. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit String_ClearProctor(FULL_STRING_TYPE* stringPtr); ---- == Description 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()`. == Parameters [cols="1,4"] |=== | Name| Description | *stringPtr* | address of the string to clear and restore |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#