Default customization‐point implementation of manipulateValue for bdlb::NullableAllocatedValue.

Synopsis

Declared in <bdlat_nullablevaluefunctions.h>

template<
    class TYPE,
    class MANIPULATOR>
int
bdlat_nullableValueManipulateValue(
    bdlb::NullableAllocatedValue<TYPE>* object,
    MANIPULATOR& manipulator);

Created with MrDocs