BloombergLP::bsls::AssertTestException_String::AssertTestException_String

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.

AssertTestException_String(AssertTestException_String const& original);
» more...

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

AssertTestException_String(AssertTestException_String&& original);
» more...

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);
» more...