|
BDE 4.14.0 Production release
|
Provide a tag type and constant indicating an empty nullable value.
bsl::nullopt_t from bsl_optional.h instead.NullOptTypeThis component provides a class, bdlb::NullOptType, that is a synonym for bsl::nullopt_t.
In addition to the NullOptType class type, this component defines a constant, bdlb::nullOpt, of type NullOptType, which is a synonym for bsl::nullopt.
Please use bsl::nullopt_t and bsl::nullopt instead of bdlb::NullOptType and bdlb::nullOpt, respectively.