BloombergLP::bdlat_NullableValueFunctions::bdlat_nullableValueManipulateValue

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);

Return Value

result of invoking manipulator

Parameters

NameDescription
objectnullable value whose held value is manipulated
manipulatorfunctor applied to the address of the held value