BloombergLP::bdlb::NullableValueRef::value

value overloads

Synopses

Declared in <bdlb_nullablevalueref.h>

Return a non-modifiable reference to the underlying value.

bdlb::NullableValueRef<TYPE>::value_type const&
value() const;
» more...

Return a reference providing modifiable access to the underlying TYPE object. The behavior is undefined unless this object is non-null.

bdlb::NullableValueRef<TYPE>::value_type&
value();
» more...

Return Value

modifiable reference to the underlying TYPE object