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);
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);
Parameters
Name |
Description |
original |
object whose owned string is copied, if any |
data |
null‐terminated string to copy, or |
Created with MrDocs