Construct an optional in‐place from the specified arguments.

Synopsis

Declared in <bslstl_optional.h>

template<class t_ANY_TYPE>
constexpr
explicit
optional(optional<t_ANY_TYPE> const& original);

Created with MrDocs