BloombergLP::bdlat_NullableValueFunctions::bdlat_nullableValueManipulateValue

bdlat_nullableValueManipulateValue overloads

Synopses

Declared in <bdlat_nullablevaluefunctions.h>

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

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

Default customization-point implementation of manipulateValue for bdlb::NullableValue.

template<
    class TYPE,
    class MANIPULATOR>
int
bdlat_nullableValueManipulateValue(
    bdlb::NullableValue<TYPE>* object,
    MANIPULATOR& manipulator);
» more...