bdlat_nullableValueAccessValue overloads

Synopses

Declared in <bdlat_nullablevaluefunctions.h>

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

template<
    class TYPE,
    class ACCESSOR>
int
bdlat_nullableValueAccessValue(
    bdlb::NullableAllocatedValue<TYPE> const& object,
    ACCESSOR& accessor);

Default customization‐point implementation of accessValue for bdlb::NullableValue.

template<
    class TYPE,
    class ACCESSOR>
int
bdlat_nullableValueAccessValue(
    bdlb::NullableValue<TYPE> const& object,
    ACCESSOR& accessor);

Created with MrDocs