Create an Optional_Base object having the value of the specified original object.

Synopsis

Declared in <bslstl_optional.h>

Optional_Base(Optional_Base const& original);

Description

Use the currently installed default allocator to supply memory.

Parameters

Name

Description

original

source optional used to initialize this object

Created with MrDocs