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;
Created with MrDocs