Constructors

Synopses

Declared in <bsls_asserttestexception.h>

Create an AssertTestException_String that owns a string whose value is the same as that owned by original if any.

Take ownership of the string owned by the specified original, if any, and set original to own no string.

Create an AssertTestException_String that owns a copy of the string denoted by the specified data if it is not NULL.

AssertTestException_String(char const* data);

Created with MrDocs