value overloads

Synopses

Declared in <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;

Created with MrDocs