Create an AssertTestException that is a copy of original.
Synopsis
Declared in <bsls_asserttestexception.h>
constexpr
AssertTestException(AssertTestException const& original) = default;
Description
Create a AssertTestException object that is a copy of the specified original, having the same value for the expression, filename, and lineNumber attributes. Note that this constructor's definition is compiler generated.
Parameters
Name |
Description |
original |
object providing the attribute values to copy |
Created with MrDocs