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