BloombergLP::bsls::FuzzTestPreconditionException::FuzzTestPreconditionException

Create a FuzzTestPreconditionException that is a copy of original.

Synopsis

Declared in <bsls_fuzztestpreconditionexception.h>

constexpr
FuzzTestPreconditionException(FuzzTestPreconditionException const& original) = default;

Description

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.

Parameters

NameDescription
originalobject providing the attribute values to copy