[#BloombergLP-bsls-AssertTestException_String] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::AssertTestException_String :relfileprefix: ../../ :mrdocs: This non‐assignable class owns a null‐terminated string, provides no accessors to manipulate that string, and allocates a new copy of that string when copied. == Synopsis Declared in `<bsls_asserttestexception.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class AssertTestException_String; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/AssertTestException_String/2constructor-00.adoc[`AssertTestException_String`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bsls/AssertTestException_String/2destructor.adoc[`~AssertTestException_String`] [.small]#[destructor]# | Free the string owned by this object, if any. | xref:BloombergLP/bsls/AssertTestException_String/data.adoc[`data`] | Return a pointer to the owned string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#