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