Invoke accessor on the non-null value held by ref.
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);
» more...
Invoke accessor on the non-null value held by ref.
template<class t_ACCESSOR>
int
bdlat_nullableValueAccessValue(
NullableValueRef const& ref,
t_ACCESSOR& accessor);
» more...