object overloads

Synopses

Declared in <bslalg_constructorproxy.h>

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

OBJECT_TYPE&
object() noexcept;

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

OBJECT_TYPE const&
object() const noexcept;

Return Value

  • reference to the modifiable object held by this proxy

  • reference to the non‐modifiable object held by this proxy

Created with MrDocs