Constructors

Synopses

Declared in <bdlb_nullablevalueref.h>

Create a nullable wrapper that refers to the same target as original.

Create a nullable wrapper that refers to opt.

Create a nullable wrapper that refers to the same target as ref.

Create a nullable wrapper that refers to opt.

Parameters

Name

Description

original

wrapper whose target is shared

opt

nullable object to wrap

ref

wrapper whose target is shared

Created with MrDocs