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>

class AssertTestException_String;

Member Functions

Name

Description

AssertTestException_String [constructor]

Constructors

~AssertTestException_String [destructor]

Free the string owned by this object, if any.

data

Return a pointer to the owned string.

Created with MrDocs