bdlat_nullableValueAccessValue overloads
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);
» more...
Default customization-point implementation of accessValue for bdlb::NullableValue.
template<
class TYPE,
class ACCESSOR>
int
bdlat_nullableValueAccessValue(
bdlb::NullableValue<TYPE> const& object,
ACCESSOR& accessor);
» more...