value overloads
value
Declared in <bdlf_bind.h>
<bdlf_bind.h>
Return a reference to the modifiable object held by this proxy.
TYPE& value();
Return a reference to the non-modifiable object held by this proxy.
TYPE const& value() const;