nullableValue overloads
Declared in <baljsn_encoder_testtypes.h>
Return a reference to the modifiable "NullableValue" attribute of this object.
bdlb::NullableValue<int>&
nullableValue();
» more...
Return a reference offering non-modifiable access to the "NullableValue" attribute of this object.
bdlb::NullableValue<int> const&
nullableValue() const;
» more...