Tag type representing an empty nullable value.

Synopsis

Declared in <bdlb_nullopt.h>

typedef bsl::nullopt_t NullOptType;

Description

This class provides an empty tag type so that bdlb::NullableValue can be explicitly constructed in or assigned to an empty state. There are no publicly accessible constructors for this type other than the copy constructor. In particular, it is not default constructible, nor list‐initializable in C++11.

Created with MrDocs