Default customization-point implementation of accessValue for bdlb::NullableValue.
Declared in <bdlat_nullablevaluefunctions.h>
template<
class TYPE,
class ACCESSOR>
int
bdlat_nullableValueAccessValue(
bdlb::NullableValue<TYPE> const& object,
ACCESSOR& accessor);
result of invoking accessor
| Name | Description |
|---|---|
| object | nullable value whose contents are accessed |
| accessor | functor applied to the held value |