Create a FuzzTestPreconditionException that is a copy of original.
Declared in <bsls_fuzztestpreconditionexception.h>
constexpr
FuzzTestPreconditionException(FuzzTestPreconditionException const& original) = default;
Create a FuzzTestPreconditionException object that is a copy of the specified original, having the same values for the expression, filename, lineNumber, level, and isReview attributes. Note that this trivial constructor's definition is compiler generated.
| Name | Description |
|---|---|
| original | object providing the attribute values to copy |