BloombergLP::bdlf::Bind_ArgTupleValue<TYPE&>::value

value overloads

Synopses

Declared in <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;
» more...