Copy construct from the specified original wrapper using `TYPE`s copy constructor.

Synopsis

Declared in <bslalg_nothrowmovablewrapper.h>

NothrowMovableWrapper(NothrowMovableWrapper const& original);

Parameters

Name

Description

original

wrapper whose value is copied

Created with MrDocs