Invoke accessor on the non‐null value held by ref.

Synopses

Declared in <bdlar_nullablevalueref.h>

Invoke accessor on the non‐null value held by ref.

template<class t_ACCESSOR>
int
bdlat_nullableValueAccessValue(
    NullableValueConstRef const& ref,
    t_ACCESSOR& accessor);

Invoke accessor on the non‐null value held by ref.

template<class t_ACCESSOR>
int
bdlat_nullableValueAccessValue(
    NullableValueRef const& ref,
    t_ACCESSOR& accessor);

Created with MrDocs