BloombergLP::bslalg::ConstructorProxy::object

object overloads

Synopses

Declared in <bslalg_constructorproxy.h>

Return a reference to the modifiable object held by this proxy.

OBJECT_TYPE&
object() noexcept;
» more...

Return a reference to the non-modifiable object held by this proxy.

OBJECT_TYPE const&
object() const noexcept;
» more...