Default customization-point implementation of manipulateValue for bdlb::NullableValue.
Declared in <bdlat_nullablevaluefunctions.h>
template<
class TYPE,
class MANIPULATOR>
int
bdlat_nullableValueManipulateValue(
bdlb::NullableValue<TYPE>* object,
MANIPULATOR& manipulator);
result of invoking manipulator
| Name | Description |
|---|---|
| object | nullable value whose held value is manipulated |
| manipulator | functor applied to the address of the held value |