BloombergLP::bsls::AssertTestException::AssertTestException

Create an AssertTestException moved from original.

Synopsis

Declared in <bsls_asserttestexception.h>

constexpr
AssertTestException(AssertTestException&& original) = default;

Description

Create a AssertTestException object whose value is that of specified original, having the same value for the expression, filename, and lineNumber attributes. Note that this constructor's definition is compiler generated.

Parameters

NameDescription
originalobject providing the attribute values to move